@inkeep/cxkit-types 0.0.0-dev-20250226174928 → 0.0.0-dev-20250227023025
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -449,7 +449,7 @@ export declare interface IncludeChatSessionField extends BaseFormField {
|
|
|
449
449
|
defaultValue?: boolean;
|
|
450
450
|
}
|
|
451
451
|
|
|
452
|
-
export declare interface InkeepAIChatSettings
|
|
452
|
+
export declare interface InkeepAIChatSettings {
|
|
453
453
|
/**
|
|
454
454
|
* The placeholder text to display in the chat input field when empty.
|
|
455
455
|
* Use this to provide guidance on what kind of questions users can ask.
|