MicrosoftFabricAgentTool 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.
The input definition information for a Microsoft Fabric tool as used to configure an agent.
public class MicrosoftFabricAgentTool : Azure.AI.AgentServer.Contracts.Generated.OpenAI.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.MicrosoftFabricAgentTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.MicrosoftFabricAgentTool>
type MicrosoftFabricAgentTool = class
inherit Tool
interface IUtf8JsonSerializable
interface IJsonModel<MicrosoftFabricAgentTool>
interface IPersistableModel<MicrosoftFabricAgentTool>
Public Class MicrosoftFabricAgentTool
Inherits Tool
Implements IJsonModel(Of MicrosoftFabricAgentTool), IPersistableModel(Of MicrosoftFabricAgentTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| MicrosoftFabricAgentTool() |
Initializes a new instance of MicrosoftFabricAgentTool for deserialization. |
| MicrosoftFabricAgentTool(FabricDataAgentToolParameters) |
Initializes a new instance of MicrosoftFabricAgentTool. |
| MicrosoftFabricAgentTool(ToolType, IDictionary<String,BinaryData>, FabricDataAgentToolParameters) |
Initializes a new instance of MicrosoftFabricAgentTool. |
Properties
| Name | Description |
|---|---|
| FabricDataagentPreview |
The fabric data agent tool parameters. |
| Type |
Gets or sets the type. (Inherited from Tool) |
Methods
| Name | Description |
|---|---|
| DeserializeMicrosoftFabricAgentTool(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |