Package version:

Interface RunStepSharepointToolCall

A record of a call to a SharePoint tool, issued by the model in evaluation of a defined tool, that represents executed SharePoint actions.

interface RunStepSharepointToolCall {
    id: string;
    sharePoint: Record<string, string>;
    type: "sharepoint_grounding";
}

Hierarchy (view full)

Properties

Properties

id: string

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

sharePoint: Record<string, string>

Reserved for future use.

type

The object type, which is always 'sharepoint_grounding'.