RunStepMicrosoftFabricToolCall interface
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.
- Extends
Properties
| microsoft |
Fabric input and output. |
| type | The object type, which is always 'fabric_dataagent'. |
Inherited Properties
| id | The ID of the tool call. This ID must be referenced when you submit tool outputs. |
Property Details
microsoftFabric
Fabric input and output.
microsoftFabric: Record<string, string>
Property Value
Record<string, string>
type
The object type, which is always 'fabric_dataagent'.
type: "fabric_dataagent"
Property Value
"fabric_dataagent"
Inherited Property Details
id
The ID of the tool call. This ID must be referenced when you submit tool outputs.
id: string
Property Value
string
Inherited From RunStepToolCall.id