The result returned by a tool call during LLM inference.

Hierarchy

  • LLMObsInferenceToolResult

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

The name of the tool that produced this result.

result?: string

The result content returned by the tool.

toolId?: string

Identifier matching the corresponding tool call.

type?: string

The type of tool result.

Generated using TypeDoc