Skip to content

Commit

Permalink
added export AnthropicAgentOptionsWithAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
brnaba-aws committed Oct 14, 2024
1 parent 03cf1d2 commit ee8eb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export { AmazonBedrockAgent, AmazonBedrockAgentOptions } from './agents/amazonBe
export { LambdaAgent, LambdaAgentOptions } from './agents/lambdaAgent';
export { LexBotAgent, LexBotAgentOptions } from './agents/lexBotAgent';
export { OpenAIAgent, OpenAIAgentOptions } from './agents/openAIAgent';
export { AnthropicAgent, AnthropicAgentOptions } from './agents/anthropicAgent';
export { AnthropicAgent, AnthropicAgentOptions, AnthropicAgentOptionsWithAuth } from './agents/anthropicAgent';
export { Agent, AgentOptions } from './agents/agent';
export { Classifier, ClassifierResult } from './classifiers/classifier';
export { ChainAgent, ChainAgentOptions } from './agents/chainAgent';
Expand Down

0 comments on commit ee8eb3f

Please sign in to comment.