Class CitationOptionsV2.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • mode

        public CitationOptionsV2.Builder mode​(CitationOptionsV2.Mode mode)
        Dictates the approach taken to generating citations as part of the RAG flow.

        Defaults to “accurate”. - “ACCURATE”: More precise citation generation. - “FAST”: Faster but may be less precise. - “OFF”: Disables citation generation. Note: command-r7b-12-2024 and command-a-03-2025 only support “FAST” and “OFF”.

        Parameters:
        mode - the value to set
        Returns:
        this builder