RunStepDeltaBingGroundingToolCall interface
Represents the bing grounding tool call in a streaming run step.
- Extends
Properties
| bing |
The dictionary with request and response from Bing Grounding search tool. |
| type | The object type, which is always "bing_grounding". |
Inherited Properties
| id | The ID of the tool call, used when submitting outputs to the run. |
| index | The index of the tool call detail in the run step's tool_calls array. |
Property Details
bingGrounding
The dictionary with request and response from Bing Grounding search tool.
bingGrounding: Record<string, string>
Property Value
Record<string, string>
type
The object type, which is always "bing_grounding".
type: "bing_grounding"
Property Value
"bing_grounding"
Inherited Property Details
id
The ID of the tool call, used when submitting outputs to the run.
id: string
Property Value
string
Inherited From RunStepDeltaToolCall.id
index
The index of the tool call detail in the run step's tool_calls array.
index: number
Property Value
number
Inherited From RunStepDeltaToolCall.index