mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +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>
|
<Tip>
|
||||||
results_limit: is the number of relevant documents to return. Default is 3.
|
`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.
|
`score_threshold`: is the minimum score for a document to be considered relevant. Default is 0.35.
|
||||||
</Tip>
|
</Tip>
|
||||||
|
|
||||||
## More Examples
|
## More Examples
|
||||||
|
|||||||
Reference in New Issue
Block a user