We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d5d90 commit 67298ceCopy full SHA for 67298ce
packages/event-handler/src/bedrock-agent/BedrockAgentFunctionResolver.ts
@@ -38,7 +38,7 @@ import { assertBedrockAgentFunctionEvent } from './utils.js';
38
* app.resolve(event, context);
39
* ```
40
*/
41
-export class BedrockAgentFunctionResolver {
+class BedrockAgentFunctionResolver {
42
/**
43
* Registry of tools added to the Bedrock Agent Function Resolver.
44
@@ -281,3 +281,5 @@ export class BedrockAgentFunctionResolver {
281
}
282
283
284
+
285
+export { BedrockAgentFunctionResolver };
0 commit comments