A result returned from a tool call during a span.

Hierarchy

  • LLMObsSpanToolResult

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
name?: string

Name of the tool that produced this result.

result?: string

Result value returned by the tool.

toolId?: string

Identifier of the corresponding tool call.

type?: string

Type of the tool result.

Generated using TypeDoc