A single message in an LLM inference conversation.

Hierarchy

  • LLMObsInferenceMessage

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

Plain text content of the message.

List of structured content blocks in a message.

id?: string

Unique identifier for the message.

role?: string

The role of the message author.

List of tool calls in a message.

List of tool results in a message.

Generated using TypeDoc