Command Palette
Search for a command to run

Chatbot Tool Usage

✓ Relevant

useChat and streamText tool integration: server-side auto-execute tools with execute(), client-side auto-execute via onToolCall callback, user-interaction tools displayed in UI; tool parts stream with state transitions (input-streaming → input-available → output-available/output-error); addToolOutput submits results; sendAutomaticallyWhen auto-submits; dynamic tools use generic type; error handling via state/errorText or onError callback.