SharePointGroundingToolCall Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A SharePoint grounding tool call.
public class SharePointGroundingToolCall : OpenAI.Responses.ResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.SharePointGroundingToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.SharePointGroundingToolCall>
type SharePointGroundingToolCall = class
inherit ResponseItem
interface IJsonModel<SharePointGroundingToolCall>
interface IPersistableModel<SharePointGroundingToolCall>
Public Class SharePointGroundingToolCall
Inherits ResponseItem
Implements IJsonModel(Of SharePointGroundingToolCall), IPersistableModel(Of SharePointGroundingToolCall)
- Inheritance
-
OpenAI.Responses.ResponseItemSharePointGroundingToolCall
- Implements
Constructors
| Name | Description |
|---|---|
| SharePointGroundingToolCall(String, String, ToolCallStatus) |
Initializes a new instance of SharePointGroundingToolCall. |
Properties
| Name | Description |
|---|---|
| Arguments |
A JSON string of the arguments to pass to the tool. |
| CallId |
The unique ID of the tool call generated by the model. |
| Status |
The status of the tool call. |