Package version:

Interface RunStepMicrosoftFabricToolCall

A record of a call to a Microsoft Fabric tool, issued by the model in evaluation of a defined tool, that represents executed Microsoft Fabric operations.

interface RunStepMicrosoftFabricToolCall {
    id: string;
    microsoftFabric: Record<string, string>;
    type: "fabric_dataagent";
}

Hierarchy (view full)

Properties

id: string

The ID of the tool call. This ID must be referenced when you submit tool outputs.

microsoftFabric: Record<string, string>

Reserved for future use.

type

The object type, which is always 'fabric_dataagent'.