Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Oct 16, 2023
1 parent b5b9f10 commit 5baae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/src/agents/chat/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface ChatCreatePromptArgs {
prefix?: string;
/** String to use directly as the human message template. */
humanMessageTemplate?: string;
/** Formatable string to use as the instructions template. */
/** Formattable string to use as the instructions template. */
formatInstructions?: strng;
/** List of input variables the final prompt will expect. */
inputVariables?: string[];
Expand Down

0 comments on commit 5baae9a

Please sign in to comment.