Resume
Description
On the assistant-creation form, pre-fill the framework field from
the current user's organization.defaultFramework. Eliminates the
"every user re-types the same thing" problem that motivated ADR 005
(#65).
Tasks
Details - AI specificities
- Blocked by the
Organization entity issue AND the
User → Organization relation issue. Pick up once both have landed.
- ADR 005 specifies the value is stored on the assistant, not read
live — the autocomplete writes into the form's submitted value, it
does not turn Assistant.framework into a derived/computed property.
- Language model is not autocompleted from the organisation. ADR 005
intentionally does not model a default LM.
Resume
Description
On the assistant-creation form, pre-fill the
frameworkfield fromthe current user's
organization.defaultFramework. Eliminates the"every user re-types the same thing" problem that motivated ADR 005
(#65).
Tasks
frameworktoorganization.defaultFrameworkon a fresh form (still editable by the user).Details - AI specificities
Organizationentity issue AND theUser → Organizationrelation issue. Pick up once both have landed.live — the autocomplete writes into the form's submitted value, it
does not turn
Assistant.frameworkinto a derived/computed property.intentionally does not model a default LM.