ProjectsAgentsModelFactory.WorkIQPreviewTool 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.
A WorkIQ server-side tool.
public static Azure.AI.Projects.Agents.WorkIQPreviewTool WorkIQPreviewTool(string name = default, string description = default, Azure.AI.Projects.Agents.WorkIQPreviewToolParameters workIqPreview = default);
static member WorkIQPreviewTool : string * string * Azure.AI.Projects.Agents.WorkIQPreviewToolParameters -> Azure.AI.Projects.Agents.WorkIQPreviewTool
Public Shared Function WorkIQPreviewTool (Optional name As String = Nothing, Optional description As String = Nothing, Optional workIqPreview As WorkIQPreviewToolParameters = Nothing) As WorkIQPreviewTool
Parameters
- name
- String
Optional user-defined name for this tool or configuration.
- description
- String
Optional user-defined description for this tool or configuration.
- workIqPreview
- WorkIQPreviewToolParameters
The WorkIQ tool parameters.
Returns
A new WorkIQPreviewTool instance for mocking.