Skip to content

Commit dc2fae4

Browse files
authored
fix doc comment (langchain-ai#9131)
1 parent ac07cc7 commit dc2fae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langchain/src/agents/react/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { ReActSingleInputOutputParser } from "./output_parser.js";
1212
import { AgentRunnableSequence } from "../agent.js";
1313

1414
/**
15-
* Params used by the createXmlAgent function.
15+
* Params used by the createReactAgent function.
1616
*/
1717
export type CreateReactAgentParams = {
1818
/** LLM to use for the agent. */

0 commit comments

Comments
 (0)