Skip to Content
SdkClientInternalType AliasesLlmapiToolCallFunction

LlmapiToolCallFunction

LlmapiToolCallFunction = object

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

Function contains the function call details

Properties

arguments?

optional arguments: string

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

Arguments is the JSON string of arguments to pass to the function


name?

optional name: string

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

Name is the name of the function to call

Last updated on