A tool definition available to the model during inference.

Hierarchy

  • LLMObsInferenceTool

Constructors

Properties

A function definition for a tool available to the model.

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
type: string

The type of tool.

Generated using TypeDoc