We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the LeapfrogAI UI I want to display the passage a RAG response used So that users have more context on how the response was generated
Given a run returns a message with annotations When the UI consumes that data Then it has data for the file_citation IAW the OpenAI spec
Reference the OpenAI message object and ensure all fields for file_citation are being returned (content.text.annotations[0].file_citation).
The text was updated successfully, but these errors were encountered:
gphorvath
Successfully merging a pull request may close this issue.
User Story
As the LeapfrogAI UI
I want to display the passage a RAG response used
So that users have more context on how the response was generated
Acceptance Criteria
Given a run returns a message with annotations
When the UI consumes that data
Then it has data for the file_citation IAW the OpenAI spec
Reference the OpenAI message object and ensure all fields for file_citation are being returned (content.text.annotations[0].file_citation).
The text was updated successfully, but these errors were encountered: