Share via


AzureFunctionToolCallDetails Class

Definition

The Azure function call description. All the fields are present in the completed run step, however only some fields are present in the RunStepDeltaAzureFunctionToolCall.

public class AzureFunctionToolCallDetails : System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.AzureFunctionToolCallDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.AzureFunctionToolCallDetails>
type AzureFunctionToolCallDetails = class
    interface IJsonModel<AzureFunctionToolCallDetails>
    interface IPersistableModel<AzureFunctionToolCallDetails>
Public Class AzureFunctionToolCallDetails
Implements IJsonModel(Of AzureFunctionToolCallDetails), IPersistableModel(Of AzureFunctionToolCallDetails)
Inheritance
AzureFunctionToolCallDetails
Implements

Properties

Arguments

JSON serialized function arguments.

Name

The Azure function name.

Output

The function output.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureFunctionToolCallDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AzureFunctionToolCallDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureFunctionToolCallDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureFunctionToolCallDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AzureFunctionToolCallDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to