Share via


ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam Class

Definition

The ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam.

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

Constructors

Name Description
ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam()

Initializes a new instance of ResponsesFunctionShellToolParamEnvironmentLocalEnvironmentParam.

Properties

Name Description
Skills

An optional list of skills.

Methods

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

Explicit Interface Implementations

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

Applies to