A tool call made during a span.

Hierarchy

  • LLMObsSpanToolCall

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
arguments?: {
    [key: string]: any;
}

Arguments passed to the tool.

Type declaration

  • [key: string]: any
name?: string

Name of the tool called.

toolId?: string

Identifier of the tool call.

type?: string

Type of the tool call.

Generated using TypeDoc