Interface: AiToolCall
Defined in: src/types/index.ts:685
A single tool call emitted by the model (OpenAI-compatible wire shape).
Properties
function
function:
AiFunctionCall
Defined in: src/types/index.ts:688
id
id:
string
Defined in: src/types/index.ts:686
type
type:
"function"
Defined in: src/types/index.ts:687