mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user