diff --git a/CONVENTIONS.md b/CONVENTIONS.md index 05376a37..c174c7f1 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -7,21 +7,3 @@ Use async/await where possible Test exceptional cases first and return/throw early. Never edit files name CONVENTIONS.md or .cursorrules - -# Test code standards - -Unit test files should be in the same directory as the source file. - -Any usage of chai-as-promised should use async/await -``` -it('should work well with async/await', async () => { - (await Promise.resolve(42)).should.equal(42) - await Promise.reject(new Error()).should.be.rejectedWith(Error); -}); -``` - -# Tool/function classes - -Function classes with the @funcClass(__filename) must only have the default constructor. - -Always use the Filesystem class in src/functions/storage/filesystem.ts to read/search/write to the local filesystem. diff --git a/frontend/src/app/modules/agents/agent/agent-details/agent-details.component.html b/frontend/src/app/modules/agents/agent/agent-details/agent-details.component.html index 9ef1529a..ea273789 100644 --- a/frontend/src/app/modules/agents/agent/agent-details/agent-details.component.html +++ b/frontend/src/app/modules/agents/agent/agent-details/agent-details.component.html @@ -1,7 +1,7 @@ @if(agentDetails) {
- Feedback Requested + Feedback Requested - Agent Error + Agent Error @@ -75,7 +75,7 @@ - Human In Loop check + Human In Loop check