Lightning might release a change to allow certain special characters that are currently considered invalid OpenFn/lightning#4577
Two things in Apollo need to be changed to match this change:
- Adjust normalisation logic in in workflow_chat so that the service doesn't rewrite the user's workflow names
- Adjust the prompt so that the model knows about the new rules
- Double check nothing else needs changing in job_chat and global_chat
This should be co-ordinated with Lightning so that there's not much gap between the two releases. Otherwise the model might produce invalid workflows or it might re-write the user's job names.
Lightning might release a change to allow certain special characters that are currently considered invalid OpenFn/lightning#4577
Two things in Apollo need to be changed to match this change:
This should be co-ordinated with Lightning so that there's not much gap between the two releases. Otherwise the model might produce invalid workflows or it might re-write the user's job names.