Share via


ProjectsOpenAIModelFactory.LocalShellAgentTool Method

Definition

A tool that allows the model to execute shell commands in a local environment.

public static Azure.AI.Projects.OpenAI.LocalShellAgentTool LocalShellAgentTool();
static member LocalShellAgentTool : unit -> Azure.AI.Projects.OpenAI.LocalShellAgentTool
Public Shared Function LocalShellAgentTool () As LocalShellAgentTool

Returns

A new LocalShellAgentTool instance for mocking.

Applies to