Share via


LocalShellAgentToolCallStatus.Implicit Operator

Definition

Overloads

Implicit(String to LocalShellAgentToolCallStatus)

Source:
LocalShellAgentToolCallStatus.cs

Converts a string to a LocalShellAgentToolCallStatus.

public static implicit operator Azure.AI.Projects.OpenAI.LocalShellAgentToolCallStatus(string value);
static member op_Implicit : string -> Azure.AI.Projects.OpenAI.LocalShellAgentToolCallStatus
Public Shared Widening Operator CType (value As String) As LocalShellAgentToolCallStatus

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<LocalShellAgentToolCallStatus>)

Source:
LocalShellAgentToolCallStatus.cs
public static implicit operator Azure.AI.Projects.OpenAI.LocalShellAgentToolCallStatus?(string value);
static member op_Implicit : string -> Nullable<Azure.AI.Projects.OpenAI.LocalShellAgentToolCallStatus>
Public Shared Widening Operator CType (value As String) As Nullable(Of LocalShellAgentToolCallStatus)

Parameters

value
String

Returns

Applies to