Issue: #3538575: Resolving issues with ability to override in AiAgentPromptChanger form.
Resolving issues with AiAgentPromptChanger form:
- Config form is hardcoding 'agent_id' (with quotes) rather than using a variable.
- YAML overrides are stored with escaped newlines (\r\n) instead of standard YAML format, preventing successful validation and saving to the database.
No key changes or new features introduced. Simply resolving the encountered bug.
No limitations for follow-up work needed.