Share via


FunctionAndCustomToolCallOutputInputTextContent Class

Definition

Input text.

public class FunctionAndCustomToolCallOutputInputTextContent : Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutput, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutputInputTextContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutputInputTextContent>
type FunctionAndCustomToolCallOutputInputTextContent = class
    inherit FunctionAndCustomToolCallOutput
    interface IJsonModel<FunctionAndCustomToolCallOutputInputTextContent>
    interface IPersistableModel<FunctionAndCustomToolCallOutputInputTextContent>
Public Class FunctionAndCustomToolCallOutputInputTextContent
Inherits FunctionAndCustomToolCallOutput
Implements IJsonModel(Of FunctionAndCustomToolCallOutputInputTextContent), IPersistableModel(Of FunctionAndCustomToolCallOutputInputTextContent)
Inheritance
FunctionAndCustomToolCallOutputInputTextContent
Implements

Constructors

Name Description
FunctionAndCustomToolCallOutputInputTextContent(String)

Initializes a new instance of FunctionAndCustomToolCallOutputInputTextContent.

Properties

Name Description
Text

The text input to the model.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FunctionAndCustomToolCallOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from FunctionAndCustomToolCallOutput)
IJsonModel<FunctionAndCustomToolCallOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from FunctionAndCustomToolCallOutput)
IJsonModel<FunctionAndCustomToolCallOutputInputTextContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FunctionAndCustomToolCallOutputInputTextContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FunctionAndCustomToolCallOutput>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from FunctionAndCustomToolCallOutput)
IPersistableModel<FunctionAndCustomToolCallOutput>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from FunctionAndCustomToolCallOutput)
IPersistableModel<FunctionAndCustomToolCallOutput>.Write(ModelReaderWriterOptions) (Inherited from FunctionAndCustomToolCallOutput)
IPersistableModel<FunctionAndCustomToolCallOutputInputTextContent>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FunctionAndCustomToolCallOutputInputTextContent>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FunctionAndCustomToolCallOutputInputTextContent>.Write(ModelReaderWriterOptions)

Applies to