FunctionToolDefinitionOutput interface
The input definition information for a function tool as used to configure an agent.
- Extends
Properties
function | The definition of the concrete function that the function tool should call. |
type | The object type, which is always 'function'. |
Property Details
function
The definition of the concrete function that the function tool should call.
function: FunctionDefinitionOutput
Property Value
type
The object type, which is always 'function'.
type: "function"
Property Value
"function"