ValidatedChatCompletionAction interface
A validated action call.
Properties
name | Name of the action to call. |
parameters | Arguments to pass to the action. |
Property Details
name
Name of the action to call.
name: string
Property Value
string
parameters
Arguments to pass to the action.
parameters: Record<string, any>
Property Value
Record<string, any>