FunctionToolDefinition interface
The input definition information for a function tool as used to configure an assistant.
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: FunctionDefinition
Property Value
type
The object type, which is always 'function'.
type: "function"
Property Value
"function"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript