This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
API endpoint to create workspace prompt (custom context/instruction) #660
Description
The functionality for letting a user create custom prompts is already implemented in #643
All that seems to be missing is exposing a POST endpoint (for the dashboard to use) to allow setting a prompt without using the LLM/CLI. It should be a simple wrapper around update_workspace_system_prompt
codegate/src/codegate/workspaces/crud.py
Lines 82 to 97 in c140e65