ResponsesContainerAutoParam Class

Definition

The ResponsesContainerAutoParam.

public class ResponsesContainerAutoParam : Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParamEnvironment, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesContainerAutoParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesContainerAutoParam>
type ResponsesContainerAutoParam = class
    inherit ResponsesFunctionShellToolParamEnvironment
    interface IJsonModel<ResponsesContainerAutoParam>
    interface IPersistableModel<ResponsesContainerAutoParam>
Public Class ResponsesContainerAutoParam
Inherits ResponsesFunctionShellToolParamEnvironment
Implements IJsonModel(Of ResponsesContainerAutoParam), IPersistableModel(Of ResponsesContainerAutoParam)
Inheritance
Implements

Constructors

Name Description
ResponsesContainerAutoParam()

Initializes a new instance of ResponsesContainerAutoParam.

Properties

Name Description
FileIds

An optional list of uploaded files to make available to your code.

MemoryLimit

Gets or sets the MemoryLimit.

NetworkPolicy

Gets or sets the NetworkPolicy.

Skills

An optional list of skills referenced by id or inline data.

Methods

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

Explicit Interface Implementations

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

Applies to