Package version:

Interface SharepointToolDefinition

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

interface SharepointToolDefinition {
    sharepointGrounding: ToolConnectionList;
    type: "sharepoint_grounding";
}

Hierarchy (view full)

Properties

sharepointGrounding: ToolConnectionList

The list of connections used by the SharePoint tool.

type

The object type, which is always 'sharepoint_grounding'.