RunStepSharepointToolCallOutput interface
A record of a call to a SharePoint tool, issued by the model in evaluation of a defined tool, that represents executed SharePoint actions.
- Extends
Properties
sharepoint |
Reserved for future use. |
type | The object type, which is always 'sharepoint_grounding'. |
Inherited Properties
id | The ID of the tool call. This ID must be referenced when you submit tool outputs. |
Property Details
sharepointGrounding
Reserved for future use.
sharepointGrounding: Record<string, string>
Property Value
Record<string, string>
type
The object type, which is always 'sharepoint_grounding'.
type: "sharepoint_grounding"
Property Value
"sharepoint_grounding"
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 RunStepToolCallOutputParent.id