Ask a question to get started
Enter to send•Shift+Enter new line
Async wrapper for tool call execution with multi-call support.
AsyncToolCallWrapper = Callable[[ToolCallRequest, Callable[[ToolCallRequest], Awaitable[ToolMessage | Command]]], Awaitable[ToolMessage | Command]]