Type Alias: RetrieverSpanAllowedOutputType

type RetrieverSpanAllowedOutputType =
  | string
  | Record<string, string>
  | Document
  | string[]
  | Record<string, string>[]
  | Document[];

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