Skip to content

Commit

Permalink
Fix setQueryTemplate use in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityan authored Apr 23, 2024
1 parent 37c2876 commit 68c3e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ The placeholder `{0}` is replaced with the input query. In some cases, you may w

```TS
await new RAGApplicationBuilder()
.QueryTemplate('My own query template')
.setQueryTemplate('My own query template')
```

## Get context (dry run)
Expand Down

0 comments on commit 68c3e94

Please sign in to comment.