RunStepDeltaMCPObject interface

Represents an invocation of mcp as part of a streaming run step.

Extends

Properties

toolCalls

The collection of tool calls for the tool call detail item.

type

The object type, which is always "mcp".

Property Details

toolCalls

The collection of tool calls for the tool call detail item.

toolCalls?: RunStepDeltaMcpToolCall[]

Property Value

type

The object type, which is always "mcp".

type: "mcp"

Property Value

"mcp"