ResponsesCustomToolParam(String) Constructor

Definition

Initializes a new instance of ResponsesCustomToolParam.

public ResponsesCustomToolParam(string name);
new Azure.AI.Extensions.OpenAI.ResponsesCustomToolParam : string -> Azure.AI.Extensions.OpenAI.ResponsesCustomToolParam
Public Sub New (name As String)

Parameters

name
String

The name of the custom tool, used to identify it in tool calls.

Exceptions

name is null.

Applies to