Share via


FunctionShellToolParamEnvironmentLocalEnvironmentParam Class

Definition

The FunctionShellToolParamEnvironmentLocalEnvironmentParam.

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

Constructors

Name Description
FunctionShellToolParamEnvironmentLocalEnvironmentParam()

Initializes a new instance of FunctionShellToolParamEnvironmentLocalEnvironmentParam.

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<FunctionShellToolParamEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IJsonModel<FunctionShellToolParamEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IJsonModel<FunctionShellToolParamEnvironmentLocalEnvironmentParam>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FunctionShellToolParamEnvironmentLocalEnvironmentParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FunctionShellToolParamEnvironment>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IPersistableModel<FunctionShellToolParamEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IPersistableModel<FunctionShellToolParamEnvironment>.Write(ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IPersistableModel<FunctionShellToolParamEnvironmentLocalEnvironmentParam>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FunctionShellToolParamEnvironmentLocalEnvironmentParam>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FunctionShellToolParamEnvironmentLocalEnvironmentParam>.Write(ModelReaderWriterOptions)

Applies to