Skip to content

Commit

Permalink
Update integrations/cohere/src/haystack_integrations/components/gener…
Browse files Browse the repository at this point in the history
…ators/cohere/chat/chat_generator.py

Co-authored-by: Daria Fokina <[email protected]>
  • Loading branch information
agnieszka-m and dfokina authored Aug 8, 2024
1 parent 9c1741c commit 7294757
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
When specified, the model's reply is enriched with information found by
quering each of the connectors (RAG).
- 'documents': A list of relevant documents that the model can use to enrich its reply.
- 'search_queries_only': Defaults to `false`. When `true`, the response only contains a
- 'search_queries_only': Defaults to `False`. When `True`, the response only contains a
list of generated search queries, but no search takes place, and no reply from the model to the
user's message is generated.
- 'citation_quality': Defaults to `accurate`. Dictates the approach taken to generating citations
Expand Down

0 comments on commit 7294757

Please sign in to comment.