Поделиться через


PersistentAgentsFunctionName Class

Definition

The function name that will be used, if using the function tool.

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

Constructors

PersistentAgentsFunctionName(String)

Initializes a new instance of PersistentAgentsFunctionName.

Properties

Name

The name of the function to call.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PersistentAgentsFunctionName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PersistentAgentsFunctionName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PersistentAgentsFunctionName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PersistentAgentsFunctionName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PersistentAgentsFunctionName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to