test#3
Open
MelvinKl wants to merge 10 commits into
Open
Conversation
…f answer generation can be skipped.
The OpenAPI client's ChatRequest was missing the skip_answer_generation field, so the MCP server's flag was silently ignored during serialization and never sent to the backend. This adds the field to the OpenAPI spec, both ChatRequest models (core API and client), and updates documentation to reflect that the MCP server returns only citations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…eneration parameter. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…er_generation parameter.
…server returns only citations without generating answers.
…tion-only responses. Fix skip_answer_generation path in chat_graph to properly merge node results into the state instead of replacing it. Add REST API test verifying that skip_answer_generation=True returns empty answer with populated citations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tion-only responses.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for contributing to the RAG Core Library!
Please ensure your PR meets the following requirements:
PR Title: Follow the format "type: description"
PR Description: Replace this checklist with:
Additional Guidelines:
Thank you for your contribution!