Skip to Content
SdkClientInternalType AliasesLlmapiToolCall

LlmapiToolCall

LlmapiToolCall = object

Defined in: src/client/types.gen.ts:1118 

Properties

function?

optional function: LlmapiToolCallFunction

Defined in: src/client/types.gen.ts:1119 


id?

optional id: string

Defined in: src/client/types.gen.ts:1123 

ID is the unique identifier for this tool call


type?

optional type: string

Defined in: src/client/types.gen.ts:1127 

Type is the type of tool call (always “function” for now)

Last updated on