Update documentation to format parameter names in code style

- Changed the formatting of `results_limit` and `score_threshold` in the documentation to use code style for better clarity and emphasis.
- Ensured consistency in documentation presentation to enhance user understanding of configuration options.
This commit is contained in:
lorenzejay
2025-04-17 17:10:33 -07:00
parent 5d41ded7ed
commit 3981d8591a

View File

@@ -172,8 +172,8 @@ agent = Agent(
```
<Tip>
results_limit: is the number of relevant documents to return. Default is 3.
score_threshold: is the minimum score for a document to be considered relevant. Default is 0.35.
`results_limit`: is the number of relevant documents to return. Default is 3.
`score_threshold`: is the minimum score for a document to be considered relevant. Default is 0.35.
</Tip>
## More Examples