{part.content}
; case "tool-call": return (
Status: {part.state}
Input: {JSON.stringify(part.input, null, 2)}
{part.output && (
<>
Output: {JSON.stringify(part.output, null, 2)}
>
)}
Minimal example using a single-threaded conversation.
AI is thinking...
}{e.event_name}
{e.reason}
{data.title}
{data.reasoning}
{data.sql}