Share via


RunStepOpenAPIToolCall interface

A record of a call to an OpenAPI tool, issued by the model in evaluation of a defined tool, that represents executed OpenAPI operations.

Extends

Properties

openAPI

Reserved for future use.

type

The object type, which is always 'openapi'.

Inherited Properties

id

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

Property Details

openAPI

Reserved for future use.

openAPI: Record<string, string>

Property Value

Record<string, string>

type

The object type, which is always 'openapi'.

type: "openapi"

Property Value

"openapi"

Inherited Property Details

id

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

id: string

Property Value

string

Inherited From RunStepToolCall.id