We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333f730 commit 389b41aCopy full SHA for 389b41a
wren-ai-service/src/globals.py
@@ -128,6 +128,9 @@ def create_service_container(
128
"data_exploration_assistance": generation.DataExplorationAssistance(
129
**pipe_components["data_exploration_assistance"],
130
),
131
+ "user_clarification_assistance": generation.UserClarificationAssistance(
132
+ **pipe_components["user_clarification_assistance"],
133
+ ),
134
"db_schema_retrieval": _db_schema_retrieval_pipeline,
135
"historical_question": retrieval.HistoricalQuestionRetrieval(
136
**pipe_components["historical_question_retrieval"],
0 commit comments