ExtensionsOpenAIModelFactory.ResponsesNamespaceToolParam Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Namespace.
public static Azure.AI.Extensions.OpenAI.ResponsesNamespaceToolParam ResponsesNamespaceToolParam(string name = default, string description = default, System.Collections.Generic.IEnumerable<BinaryData> tools = default);
static member ResponsesNamespaceToolParam : string * string * seq<BinaryData> -> Azure.AI.Extensions.OpenAI.ResponsesNamespaceToolParam
Public Shared Function ResponsesNamespaceToolParam (Optional name As String = Nothing, Optional description As String = Nothing, Optional tools As IEnumerable(Of BinaryData) = Nothing) As ResponsesNamespaceToolParam
Parameters
- name
- String
The namespace name used in tool calls (for example, crm).
- description
- String
A description of the namespace shown to the model.
- tools
- IEnumerable<BinaryData>
The function/custom tools available inside this namespace.
Returns
A new ResponsesNamespaceToolParam instance for mocking.