Class LLMObsCustomEvalConfigPromptToolCall

A tool call within a prompt message.

Hierarchy

  • LLMObsCustomEvalConfigPromptToolCall

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

JSON-encoded arguments for the tool call.

id?: string

Unique identifier of the tool call.

name?: string

Name of the tool being called.

type?: string

Type of the tool call.

Generated using TypeDoc