SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Interface DocumentGroundingServiceConfig

    Represents the configuration for the Document Grounding Service.

    interface DocumentGroundingServiceConfig {
        filters?: DocumentGroundingServiceFilter[];
        metadata_params?: string[];
        placeholders: { input: string[]; output: string };
    }
    Index

    Properties

    Document grounding service filters to be used.

    metadata_params?: string[]

    Parameter name used for specifying metadata parameters.

    placeholders: { input: string[]; output: string }

    Placeholders to be used for grounding input questions and output.

    Type Declaration

    • input: string[]

      Contains the input parameters used for grounding input questions Min Items: 1.

    • output: string

      Placeholder name for grounding output.

      "groundingOutput"
      

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.