FabricIQPreviewTool Class
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 FabricIQ server-side tool.
public class FabricIQPreviewTool : OpenAI.Responses.ResponseTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.FabricIQPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.FabricIQPreviewTool>
type FabricIQPreviewTool = class
inherit ResponseTool
interface IJsonModel<FabricIQPreviewTool>
interface IPersistableModel<FabricIQPreviewTool>
Public Class FabricIQPreviewTool
Inherits ResponseTool
Implements IJsonModel(Of FabricIQPreviewTool), IPersistableModel(Of FabricIQPreviewTool)
- Inheritance
-
OpenAI.Responses.ResponseToolFabricIQPreviewTool
- Implements
Constructors
| Name | Description |
|---|---|
| FabricIQPreviewTool(String) |
Initializes a new instance of FabricIQPreviewTool. |
Properties
| Name | Description |
|---|---|
| ProjectConnectionId |
The ID of the FabricIQ project connection. |
| RequireApproval | |
| ServerLabel |
(Optional) The label of the FabricIQ MCP server to connect to. |
| ServerUri |
(Optional) The URL of the FabricIQ MCP server. If not provided, the URL from the project connection will be used. |