You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Let the user add their own system prompts (#643)
* feat: Let the user add their own system prompts
Related: #454
This PR is not ready yet. For the moment it adds the system prompts
to DB and associates it to a workspace.
It's missing to use the system prompt and actually send it to the
LLM
* Finished functionality to add wrkspace system prompt
* separated into it's own command system-prompt
* Raise WorkspaceDoesNotExistError on update system-prompt
* Added show system-prompt command
* comment changes
* unit test fixes
* added some docstrings and mentioned dashboard
0 commit comments