Hierarchy (view full)

Implements

Constructors

Properties

mlApp: string
name: string = "datadog_tracer"
tags: Record<string, undefined | string> = {}
ddLLMObsEndpoint?: string
formatDocument?: FormatDocument<Record<string, any>>
sessionId?: string
endpoint: any = ...
headers: Record<string, string> = ...

Methods

  • Parameters

    Returns {
        output: undefined | {
            value: string;
        } | {
            documents: {
                score: string | number;
                id?: string;
                name?: string;
                text?: string;
            }[];
        } | {
            messages: {
                content: string;
                role?: string;
            }[];
        };
        tokensMetadata: Record<string, number>;
    }

    • output: undefined | {
          value: string;
      } | {
          documents: {
              score: string | number;
              id?: string;
              name?: string;
              text?: string;
          }[];
      } | {
          messages: {
              content: string;
              role?: string;
          }[];
      }
    • tokensMetadata: Record<string, number>

Generated using TypeDoc