Apollo now supports a read_only flag on Workflow chat.
When in read only mode, the assistant will still answer user questions, but won't send code suggestions and will only send code snippets in-line. See OpenFn/apollo#345
We should consider using this flag when viewing old snapshots of workflow. Because right now the assistant is totally disabled when viewing historical runs.
I also note #4219 - do we need to rethink this now that we have the read only flag? Or is the behaviour correct?