Skip to content

Commit 7b6c7fd

Browse files
committed
New; better sourcing of knowledge
1 parent f1c2e7d commit 7b6c7fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bases/rsptx/assignment_server_api/routers

bases/rsptx/assignment_server_api/routers/student.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ async def studyclues_query(
256256
"user_id": lc_user,
257257
"conversation_id": request_data.conversation_id,
258258
"coach_mode": request_data.coachMode,
259-
"source_filter": "GITHUB_FILE",
259+
"source_priorities": {"GITHUB_FILE": "prioritize"},
260260
}
261261

262262
try:

0 commit comments

Comments
 (0)