type RetrieverSpanAllowedOutputType = | string | Record<string, string> | Document | string[] | Record<string, string>[] | Document[];
Was this page helpful?