We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac07cc7 commit dc2fae4Copy full SHA for dc2fae4
langchain/src/agents/react/index.ts
@@ -12,7 +12,7 @@ import { ReActSingleInputOutputParser } from "./output_parser.js";
12
import { AgentRunnableSequence } from "../agent.js";
13
14
/**
15
- * Params used by the createXmlAgent function.
+ * Params used by the createReactAgent function.
16
*/
17
export type CreateReactAgentParams = {
18
/** LLM to use for the agent. */
0 commit comments