Export the agent (#1636)

This commit is contained in:
Emil Sedgh
2023-06-14 00:25:40 -07:00
committed by GitHub
parent 21bdc1cd1d
commit b696686744
+5
View File
@@ -70,3 +70,8 @@ export {
StructuredChatOutputParserArgs,
StructuredChatOutputParserWithRetries,
} from "./structured_chat/outputParser.js";
export {
OpenAIAgent,
OpenAIAgentInput,
OpenAIAgentCreatePromptArgs,
} from "./openai/index.js";