mirror of
https://github.com/Mintplex-Labs/langchainjs.git
synced 2026-07-01 12:17:38 -04:00
Export the agent (#1636)
This commit is contained in:
@@ -70,3 +70,8 @@ export {
|
||||
StructuredChatOutputParserArgs,
|
||||
StructuredChatOutputParserWithRetries,
|
||||
} from "./structured_chat/outputParser.js";
|
||||
export {
|
||||
OpenAIAgent,
|
||||
OpenAIAgentInput,
|
||||
OpenAIAgentCreatePromptArgs,
|
||||
} from "./openai/index.js";
|
||||
|
||||
Reference in New Issue
Block a user