Skip to content

Commit

Permalink
add back generated answer
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Feb 11, 2025
1 parent 22adf3c commit c9cdbec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/shared/api/models/retrieval/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ class Config:


class RAGResponse(BaseModel):
# generated_answer: str = Field(
# ..., description="The generated completion from the RAG process"
# )
generated_answer: str = Field(
..., description="The generated completion from the RAG process"
)
search_results: AggregateSearchResult = Field(
..., description="The search results used for the RAG process"
)
Expand Down

0 comments on commit c9cdbec

Please sign in to comment.