Skip to content
Entangle UI v0.13.0

ChatToolCallStatus

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

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

Execution status of a tool invocation.