LlmapiToolCallFunction
LlmapiToolCallFunction =
object
Defined in: src/client/types.gen.ts:2155
Function contains the function call details
Properties
arguments?
optionalarguments:string
Defined in: src/client/types.gen.ts:2159
Arguments is the JSON string of arguments to pass to the function
name?
optionalname:string
Defined in: src/client/types.gen.ts:2163
Name is the name of the function to call
Last updated on