Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Oct 16, 2023
1 parent 3d77add commit f2c6ada
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 @@ -26,7 +26,7 @@ export interface ChatCreatePromptArgs {
/** String to use directly as the human message template. */
humanMessageTemplate?: string;
/** Formattable string to use as the instructions template. */
formatInstructions?: strng;
formatInstructions?: string;
/** List of input variables the final prompt will expect. */
inputVariables?: string[];
}
Expand Down

0 comments on commit f2c6ada

Please sign in to comment.