Skip to content

ChatToolCallStatus

ChatToolCallStatus = "pending" | "running" | "completed" | "error"

Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:32

Execution status of a tool invocation.