feat(aws-strands): filter the template agent's tools per request #3407
unit-typescript-sdk.yml
on: pull_request
typescript
5m 48s
aws-strands-typescript-latest
1m 44s
Annotations
2 errors
|
aws-strands-typescript-latest
Process completed with exit code 1.
|
|
src/__tests__/template-tool-filtering.test.ts > the exemption does not outlive the checkpoint > narrows again before the next model call in the same run:
integrations/aws-strands/typescript/src/__tests__/template-tool-filtering.test.ts#L567
AssertionError: a model call after the resume still advertised the denied tool: expected Set{ 'read_docs', 'delete_record' } to deeply equal Set{ 'read_docs' }
- Expected
+ Received
Set {
+ "delete_record",
"read_docs",
}
❯ src/__tests__/template-tool-filtering.test.ts:567:9
|