Ask a question to get started
Enter to sendā¢Shift+Enter new line
Called when a streaming tool yields a partial value. Tools that are async generators invoke this once per yielded value.
handleToolEvent(chunk: unknown): Promise<void>
chunk
unknown