@athenaintel/react 0.16.2 → 0.16.3
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/assets/asset-panel-store.d.ts +7 -0
- package/dist/assets/use-asset-embed.d.ts +4 -0
- package/dist/chat/AthenaChat.d.ts +8 -0
- package/dist/chat-ui.cjs +1 -1
- package/dist/chat-ui.js +2 -2
- package/dist/index.cjs +32 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +33 -16
- package/dist/index.js.map +1 -1
- package/dist/provider/AthenaProvider.d.ts +1 -1
- package/dist/{use-rest-conversation-history-FoEmnZcH.js → use-rest-conversation-history-BgG4VyZQ.js} +2 -2
- package/dist/{use-rest-conversation-history-FoEmnZcH.js.map → use-rest-conversation-history-BgG4VyZQ.js.map} +1 -1
- package/dist/{use-rest-conversation-history-CbMCaMzR.cjs → use-rest-conversation-history-CMuTZmsp.cjs} +2 -2
- package/dist/{use-rest-conversation-history-CbMCaMzR.cjs.map → use-rest-conversation-history-CMuTZmsp.cjs.map} +1 -1
- package/package.json +1 -1
|
@@ -35,7 +35,7 @@ export interface AthenaProviderProps {
|
|
|
35
35
|
* `statewire` transport; sent as `collab_channel_id`. An unknown or
|
|
36
36
|
* disabled channel rejects the run with a structured, teaching error. */
|
|
37
37
|
channel?: string;
|
|
38
|
-
/** LLM model identifier. Defaults to 'claude-opus-4-
|
|
38
|
+
/** LLM model identifier. Defaults to 'claude-opus-4-8-thinking-max-fast'. */
|
|
39
39
|
model?: string;
|
|
40
40
|
/** Backend toolkit IDs to enable (e.g. 'document_toolkit', 'web_search_browse_toolkit'). */
|
|
41
41
|
tools?: string[];
|
package/dist/{use-rest-conversation-history-FoEmnZcH.js → use-rest-conversation-history-BgG4VyZQ.js}
RENAMED
|
@@ -25,7 +25,7 @@ import { createMessageConverter } from "@assistant-ui/core/react";
|
|
|
25
25
|
import { convertLangChainMessages } from "@assistant-ui/react-langgraph";
|
|
26
26
|
import { runsMaterialize } from "@assistant-ui/react-statewire";
|
|
27
27
|
import "@assistant-ui/store";
|
|
28
|
-
const version = "0.16.
|
|
28
|
+
const version = "0.16.3";
|
|
29
29
|
const packageJson = {
|
|
30
30
|
version
|
|
31
31
|
};
|
|
@@ -36778,4 +36778,4 @@ export {
|
|
|
36778
36778
|
convertDeepAgentState as y,
|
|
36779
36779
|
deepAgentMaterialize as z
|
|
36780
36780
|
};
|
|
36781
|
-
//# sourceMappingURL=use-rest-conversation-history-
|
|
36781
|
+
//# sourceMappingURL=use-rest-conversation-history-BgG4VyZQ.js.map
|