ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
type RetrieverSpanAllowedOutputType =
| string
| Record<string, string>
| Document
| string[]
| Record<string, string>[]
| Document[];
Defined in: src/types/logging/step.types.ts:31
Was this page helpful?