RunStepAzureFunctionToolCall interface

A record of a call to an Azure Function tool.

Extends

Properties

azureFunction

The description of an Azure function call.

type

The object type, which is always 'azure_function'.

Inherited Properties

id

The ID of the tool call. This ID must be referenced when you submit tool outputs.

Property Details

azureFunction

The description of an Azure function call.

azureFunction: AzureFunctionToolCallDetails

Property Value

type

The object type, which is always 'azure_function'.

type: "azure_function"

Property Value

"azure_function"

Inherited Property Details

id

The ID of the tool call. This ID must be referenced when you submit tool outputs.

id: string

Property Value

string

Inherited From RunStepToolCall.id