RunStepDeltaMcpToolCall interface

Represents the function data in a streaming run step MCP call.

Extends

Properties

arguments

The arguments for MCP call.

index

The index of a response.

type

The object type, which is always "mcp".

Inherited Properties

id

The ID of the tool call, used when submitting outputs to the run.

Property Details

arguments

The arguments for MCP call.

arguments: string

Property Value

string

index

The index of a response.

index: number

Property Value

number

type

The object type, which is always "mcp".

type: "mcp"

Property Value

"mcp"

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