ResponsesMicrosoftFabricPreviewTool Class

Definition

The input definition information for a Microsoft Fabric tool as used to configure an agent.

public class ResponsesMicrosoftFabricPreviewTool : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesMicrosoftFabricPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesMicrosoftFabricPreviewTool>
type ResponsesMicrosoftFabricPreviewTool = class
    inherit ResponsesTool
    interface IJsonModel<ResponsesMicrosoftFabricPreviewTool>
    interface IPersistableModel<ResponsesMicrosoftFabricPreviewTool>
Public Class ResponsesMicrosoftFabricPreviewTool
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesMicrosoftFabricPreviewTool), IPersistableModel(Of ResponsesMicrosoftFabricPreviewTool)
Inheritance
ResponsesMicrosoftFabricPreviewTool
Implements

Constructors

Name Description
ResponsesMicrosoftFabricPreviewTool(ResponsesFabricDataAgentToolOptions)

Initializes a new instance of ResponsesMicrosoftFabricPreviewTool.

Properties

Name Description
Description

Optional user-defined description for this tool or configuration.

FabricDataagentPreview

The fabric data agent tool parameters.

Name

Optional user-defined name for this tool or configuration.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ResponsesMicrosoftFabricPreviewTool>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ResponsesMicrosoftFabricPreviewTool>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<ResponsesTool>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IJsonModel<ResponsesTool>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IPersistableModel<ResponsesMicrosoftFabricPreviewTool>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ResponsesMicrosoftFabricPreviewTool>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ResponsesMicrosoftFabricPreviewTool>.Write(ModelReaderWriterOptions)
IPersistableModel<ResponsesTool>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from ResponsesTool)
IPersistableModel<ResponsesTool>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from ResponsesTool)
IPersistableModel<ResponsesTool>.Write(ModelReaderWriterOptions) (Inherited from ResponsesTool)

Applies to