From 62c71a91287818dd6e69cc74fdb98bf4d5eff4d5 Mon Sep 17 00:00:00 2001 From: yangdx Date: Tue, 30 Dec 2025 18:00:25 +0800 Subject: [PATCH] Update Docs --- README-zh.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-zh.md b/README-zh.md index 6aab2a43..73e7fd7e 100644 --- a/README-zh.md +++ b/README-zh.md @@ -380,6 +380,7 @@ class QueryParam: Format: [{"role": "user/assistant", "content": "message"}]. """ + # Deprecated (ids filter lead to potential hallucination effects) ids: list[str] | None = None """List of ids to filter the results.""" diff --git a/README.md b/README.md index 1674865b..bbafc7dc 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ class QueryParam: Format: [{"role": "user/assistant", "content": "message"}]. """ + # Deprecated (ids filter lead to potential hallucination effects) ids: list[str] | None = None """List of ids to filter the results."""