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 5baae9a commit af6d0c9
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 @@ -119,7 +119,7 @@ export class ChatAgent extends Agent {
* @param args.suffix - String to put after the list of tools.
* @param args.prefix - String to put before the list of tools.
* @param args.humanMessageTemplate - String to use directly as the human message template
* @param args.formatInstructions - Formatable string to use as the instructions template
* @param args.formatInstructions - Formattable string to use as the instructions template
*/
static createPrompt(tools: Tool[], args?: ChatCreatePromptArgs) {
const {
Expand Down

0 comments on commit af6d0c9

Please sign in to comment.