We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c0a42 commit 62c71a9Copy full SHA for 62c71a9
README-zh.md
@@ -380,6 +380,7 @@ class QueryParam:
380
Format: [{"role": "user/assistant", "content": "message"}].
381
"""
382
383
+ # Deprecated (ids filter lead to potential hallucination effects)
384
ids: list[str] | None = None
385
"""List of ids to filter the results."""
386
README.md
0 commit comments