@inkeep/agents-ui-js 0.15.30 → 0.16.1
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/embed.js +11 -11
- package/dist/types.d.ts +8 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -952,6 +952,14 @@ export declare interface InkeepAIChatSettings {
|
|
|
952
952
|
|
|
953
953
|
// biome-ignore lint/suspicious/noExplicitAny: <explanation>
|
|
954
954
|
artifacts?: ComponentsConfig<any>
|
|
955
|
+
|
|
956
|
+
/**
|
|
957
|
+
* Controls whether the chat automatically scrolls to the bottom
|
|
958
|
+
* during streaming. When false, streaming auto-scroll is disabled
|
|
959
|
+
* but the chat still scrolls to bottom when the user sends a new message.
|
|
960
|
+
* @default true
|
|
961
|
+
*/
|
|
962
|
+
shouldAutoScroll?: boolean
|
|
955
963
|
}
|
|
956
964
|
|
|
957
965
|
export declare interface InkeepBaseSettings {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-ui-js",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Inkeep, Inc. Customer License (IICL) v1.1",
|
|
6
6
|
"homepage": "",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"vite": "5.4.11",
|
|
56
56
|
"vite-bundle-visualizer": "^1.2.1",
|
|
57
57
|
"vite-plugin-dts": "4.4.0",
|
|
58
|
-
"@inkeep/agents-ui": "0.
|
|
58
|
+
"@inkeep/agents-ui": "0.16.1"
|
|
59
59
|
},
|
|
60
60
|
"module": "./dist/embed.js",
|
|
61
61
|
"types": "./dist/types.d.ts",
|