ConfirmationProps
Prop | Type | Description |
---|---|---|
toolCalls | ChatCompletionMessageToolCall[] | Tool calls as returned by the model |
toolCallsStatus | { [key: string]: ToolCall } | Status and results of tool calls |
tools | ChatViewTool[] | Tools as provided by the user |
confirmToolCalls | () => void |