你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AgentResponseItemSource Class

Definition

The AgentResponseItemSource.

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

Properties

Name Description
Agent

The agent that created the item.

ResponseId

The response on which the item is created.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<AgentResponseItemSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AgentResponseItemSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<AgentResponseItemSource>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AgentResponseItemSource>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AgentResponseItemSource>.Write(ModelReaderWriterOptions)

Applies to