You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: ModelSelectorLogo styles for dark mode and correct typo in Tool component documentation
* fix(docs): update ModelSelectorLogo styles for dark mode
Copy file name to clipboardExpand all lines: apps/www/content/3.components/1.chatbot/tool.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: A collapsible component for displaying tool invocation details in A
4
4
icon: lucide:tool-case
5
5
---
6
6
7
-
The `Tool` component isplays a collapsible interface for showing/hiding tool details. It is designed to take the `ToolUIPart` type from the AI SDK and display it in a collapsible interface.
7
+
The `Tool` component displays a collapsible interface for showing/hiding tool details. It is designed to take the `ToolUIPart` type from the AI SDK and display it in a collapsible interface.
0 commit comments