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