@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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 extends ToolConfig {
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/cxkit-types",
3
- "version": "0.0.0-dev-20250226174928",
3
+ "version": "0.0.0-dev-20250227023025",
4
4
  "description": "",
5
5
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
6
6
  "homepage": "",