Skip to content

Commit 67298ce

Browse files
committed
chore: move export
1 parent 77d5d90 commit 67298ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/event-handler/src/bedrock-agent/BedrockAgentFunctionResolver.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { assertBedrockAgentFunctionEvent } from './utils.js';
3838
* app.resolve(event, context);
3939
* ```
4040
*/
41-
export class BedrockAgentFunctionResolver {
41+
class BedrockAgentFunctionResolver {
4242
/**
4343
* Registry of tools added to the Bedrock Agent Function Resolver.
4444
*/
@@ -281,3 +281,5 @@ export class BedrockAgentFunctionResolver {
281281
}
282282
}
283283
}
284+
285+
export { BedrockAgentFunctionResolver };

0 commit comments

Comments
 (0)