RunStepDeltaOpenAPIObject interface
Represents an invocation of openapi as part of a streaming run step.
- Extends
Properties
| tool |
The collection of tool calls for the tool call detail item. |
| type | The object type, which is always "openapi". |
Property Details
toolCalls
The collection of tool calls for the tool call detail item.
toolCalls?: RunStepDeltaOpenAPIToolCall[]
Property Value
type
The object type, which is always "openapi".
type: "openapi"
Property Value
"openapi"