Class LLMObsCustomEvalConfigPromptToolResult

A tool call result within a prompt message.

Hierarchy

  • LLMObsCustomEvalConfigPromptToolResult

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

The result returned by the tool.

toolId?: string

Identifier of the tool call this result corresponds to.

type?: string

Type of the tool result.

Generated using TypeDoc