Skip to content

Commit

Permalink
chore: changesets for ThreadConfig updates (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Sep 7, 2024
1 parent b4a826c commit 34ad491
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-lemons-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@assistant-ui/react": patch
---

feat: ThreadConfig.ToolFallback
5 changes: 5 additions & 0 deletions .changeset/light-vans-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@assistant-ui/react": patch
---

feat: ThreadConfig.tools
7 changes: 5 additions & 2 deletions packages/react/src/model-config/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
export { makeAssistantTool } from "./makeAssistantTool";
export { makeAssistantToolUI } from "./makeAssistantToolUI";
export { makeAssistantTool, type AssistantTool } from "./makeAssistantTool";
export {
type AssistantToolUI,
makeAssistantToolUI,
} from "./makeAssistantToolUI";
export { useAssistantInstructions } from "./useAssistantInstructions";
export { useAssistantTool, type AssistantToolProps } from "./useAssistantTool";
export {
Expand Down

0 comments on commit 34ad491

Please sign in to comment.