AzureFunctionTool interface
The input definition information for an Azure Function Tool, as used to configure an Agent.
- Extends
Properties
| azure_function | The Azure Function Tool definition. |
| tool_configs | Deprecated. This property is deprecated and will be removed in a future version. |
| type | The object type, which is always 'browser_automation'. |
Property Details
azure_function
The Azure Function Tool definition.
azure_function: AzureFunctionDefinition
Property Value
tool_configs
Deprecated. This property is deprecated and will be removed in a future version.
tool_configs?: Record<string, ToolConfig>
Property Value
Record<string, ToolConfig>
type
The object type, which is always 'browser_automation'.
type: "azure_function"
Property Value
"azure_function"