Type Alias: LlmSpanAllowedInputType

type LlmSpanAllowedInputType =
  | string
  | string[]
  | Record<string, string>
  | Record<string, string>[]
  | Message
  | Message[];

Defined in: src/types/logging/step.types.ts:20