When we implemented job code suggestions in job_chat, we implemented the suggest_code mode to keep the code backwards-compatible. We have separate modes and prompts in the code which could now be simplified.
Before doing so, verify that the snapshot view-only mode is not relevant to job_chat, as workflow_chat has a view-only mode which we still need. Verify that it should not be implemented in job_chat as well.
When we implemented job code suggestions in job_chat, we implemented the suggest_code mode to keep the code backwards-compatible. We have separate modes and prompts in the code which could now be simplified.
Before doing so, verify that the snapshot view-only mode is not relevant to job_chat, as workflow_chat has a view-only mode which we still need. Verify that it should not be implemented in job_chat as well.