LlmapiToolCall
LlmapiToolCall =
object
Defined in: src/client/types.gen.ts:2132
Properties
function?
optionalfunction:LlmapiToolCallFunction
Defined in: src/client/types.gen.ts:2133
id?
optionalid:string
Defined in: src/client/types.gen.ts:2137
ID is the unique identifier for this tool call
type?
optionaltype:string
Defined in: src/client/types.gen.ts:2141
Type is the type of tool call (always “function” for now)
Last updated on