Skip to content

Commit

Permalink
fix: fixed export of APIChainOptions (#1410)
Browse files Browse the repository at this point in the history
* fix: fixed export of APIChainOptions

* Formatting

---------

Co-authored-by: Vijay Sai <vijaysaijnv@gamil.com>
Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
  • Loading branch information
3 people authored May 25, 2023
1 parent 8ecfcce commit 1ae001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/src/chains/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { BaseChain, ChainInputs } from "./base.js";
export { LLMChain, LLMChainInput } from "./llm_chain.js";
export { APIChain, APIChainInput } from "./api/api_chain.js";
export { APIChain, APIChainInput, APIChainOptions } from "./api/api_chain.js";
export { ConversationChain } from "./conversation.js";
export {
SequentialChain,
Expand Down

1 comment on commit 1ae001c

@vercel
Copy link

@vercel vercel bot commented on 1ae001c May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.