Skip to content

Commit

Permalink
readded symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Dec 19, 2024
1 parent d538d8b commit 2bd18a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain-core/src/structured_query/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class BasicTranslator<
} else {
throw new Error("Unknown comparator or operator");
}
return `${func}`;
return `$${func}`;
}

/**
Expand Down

0 comments on commit 2bd18a7

Please sign in to comment.