Package version:

Interface RequiredToolCall

An abstract representation of a tool invocation needed by the model to continue a run.

interface RequiredToolCall {
    id: string;
    type: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The ID of the tool call. This ID must be referenced when submitting tool outputs.

type: string

The discriminator possible values: function