ExtensionsOpenAIModelFactory.ResponsesLocalShellToolParam Method

Definition

Local shell tool.

public static Azure.AI.Extensions.OpenAI.ResponsesLocalShellToolParam ResponsesLocalShellToolParam(string name = default, string description = default, System.Collections.Generic.IDictionary<string,Azure.AI.Extensions.OpenAI.ToolConfig> toolConfigs = default);
static member ResponsesLocalShellToolParam : string * string * System.Collections.Generic.IDictionary<string, Azure.AI.Extensions.OpenAI.ToolConfig> -> Azure.AI.Extensions.OpenAI.ResponsesLocalShellToolParam
Public Shared Function ResponsesLocalShellToolParam (Optional name As String = Nothing, Optional description As String = Nothing, Optional toolConfigs As IDictionary(Of String, ToolConfig) = Nothing) As ResponsesLocalShellToolParam

Parameters

name
String

Deprecated. This property is deprecated and will be removed in a future version.

description
String

Deprecated. This property is deprecated and will be removed in a future version.

toolConfigs
IDictionary<String,ToolConfig>

Deprecated. This property is deprecated and will be removed in a future version.

Returns

A new ResponsesLocalShellToolParam instance for mocking.

Applies to