Circle V2 API Docs
    Preparing search index...
    • Resolves the v3 metadata-path config overrides from LaunchDarkly.

      Parameters

      Returns Promise<
          {
              settings?: {
                  citationSimilarityThreshold?: number;
                  confidenceThreshold?: number;
                  enableCalendarAwareness?: boolean;
                  enableCitationGate?: boolean;
                  enableCitationVerification?: boolean;
                  enableEvidenceHint?: boolean;
                  enableFetchDocumentOnMetadata?: boolean;
                  enableGroundingGate?: boolean;
                  enableIntentAwarePlanning?: boolean;
                  enableLooseCitationMatch?: boolean;
                  enableMetadataManifestOnly?: boolean;
                  enableMultiWindowDates?: boolean;
                  enableNoChartsBailout?: boolean;
                  enablePerQuestionInstructions?: boolean;
                  enableQueryHydration?: boolean;
                  enableRunConstantPrefix?: boolean;
                  enableSignatureFacts?: boolean;
                  enableSubClaimFanOut?: boolean;
                  enableSubClaimFetchDocuments?: boolean;
                  enableVerificationGate?: boolean;
                  judgeRecursionLimit?: number;
                  maxFanOutSubClaims?: number;
                  recursionLimit?: number;
                  rerankModel?: string;
                  searchCandidatePoolSize?: number;
                  subClaimRecursionLimit?: number;
              };
              tools?: {
                  enableFetchDocument?: boolean;
                  enableMetadataFilter?: boolean;
                  enableRerank?: boolean;
                  enableSignatures?: boolean;
                  enableTimeline?: boolean;
                  enableTimeTools?: boolean;
              };
          },
      >