fix: accept canonical matchmaking workflow actions
This commit is contained in:
@@ -54,10 +54,12 @@ class MatchmakingAgentSession:
|
||||
handlers = {
|
||||
# existing contract
|
||||
"sync_preferences": self.handle_sync_preferences,
|
||||
"get_feed": self.handle_get_feed,
|
||||
"get_scout_feed": self.handle_get_feed, # unique name (avoids the course-service "get_feed" collision)
|
||||
"record_feedback": self.handle_record_feedback,
|
||||
"get_opportunity_detail": self.handle_get_opportunity_detail,
|
||||
# new in v2
|
||||
"generate_matches": self.handle_run_search,
|
||||
"run_search": self.handle_run_search,
|
||||
"suggest_bubbles": self.handle_suggest_bubbles, # the Fine-tune "pathway finder" engine
|
||||
"tailor_resume": self.handle_tailor_resume,
|
||||
|
||||
Reference in New Issue
Block a user