Share via


AzureFunctionToolDefinitionOutput interface

The input definition information for a azure function tool as used to configure an agent.

Extends

Properties

azureFunction

The definition of the concrete function that the function tool should call.

type

The object type, which is always 'azure_function'.

Property Details

azureFunction

The definition of the concrete function that the function tool should call.

azureFunction: AzureFunctionDefinitionOutput

Property Value

type

The object type, which is always 'azure_function'.

type: "azure_function"

Property Value

"azure_function"