Skip to content

Commit

Permalink
Merge pull request #159 from Flolight/main
Browse files Browse the repository at this point in the history
fix: add export for BedrockInlineAgent and BedrockInlineAgentOptions
  • Loading branch information
brnaba-aws authored Dec 17, 2024
2 parents fc18941 + 43f7da8 commit eefba76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { BedrockLLMAgent, BedrockLLMAgentOptions } from './agents/bedrockLLMAgent';
export { AmazonBedrockAgent, AmazonBedrockAgentOptions } from './agents/amazonBedrockAgent';
export { BedrockInlineAgent, BedrockInlineAgentOptions } from './agents/bedrockInlineAgent';
export { LambdaAgent, LambdaAgentOptions } from './agents/lambdaAgent';
export { LexBotAgent, LexBotAgentOptions } from './agents/lexBotAgent';
export { OpenAIAgent, OpenAIAgentOptions } from './agents/openAIAgent';
Expand Down

0 comments on commit eefba76

Please sign in to comment.