Aryan
Aryan
**What does this PR do?** This pull request refactors the `AgentType` enum by replacing the outdated `'AFJ'` value with `'Credo'` in `libs/enum/src/enum.ts`. All usages of `AgentType.AFJ` and the string `'AFJ'`...
This PR updates the error message shown when an invalid connection Id (e.g., a space) is provided. Old: "Invalid format for connectionId" New: "Please provide a valid connectionId" This improves...
### 📦 Refactor: Update AgentType enum to use 'Credo' instead of 'AFJ' #### Description There is a lingering TODO in the `AgentType` enum defined in `libs/enum/src/enum.ts`: ```ts // TODO: Change...