-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Open
Copy link
Description
Summary
Add a configuration drop-down to the OCL Mapper AI Assistant, visible only to users with the core_user role, that allows selection of:
- AI Model - similar to current behavior, however the default selection may be different for each prompt
- Prompt Template - populated by calling the new AI Assistant
/prompts/endpoint with filteraction_type=match_recommend; default value for this is where theprompt_keymatches theaction_type, so it's the same as the current defaultmatch_recommend
Default / Fallback Behavior
Users without the required role are unaffected. The AI Assistant continues to use prompt template key match_recommend with action type match_recommend as it does today. This is also the default selection for eligible users who haven't made a choice.
Notes
- Prompt templates sharing the same
action_typeare expected to share the same input/output schema, so templates returned formatch_recommendare schema-compatible and safe to swap in.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo