A tool definition available to an LLM span.

Hierarchy

  • LLMObsSpanToolDefinition

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

Description of what the tool does.

name?: string

Name of the tool.

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

JSON schema describing the tool's input parameters.

Type declaration

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

Version of the tool definition.

Generated using TypeDoc