Fix linting

This commit is contained in:
yangdx
2025-05-08 04:29:43 +08:00
parent 45d4db1eff
commit 10dbbe4ebf
2 changed files with 11 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ class QueryParam:
This allows using different models for different query modes.
"""
user_prompt: str | None= None
user_prompt: str | None = None
"""User-provided prompt for the query.
If proivded, this will be use instead of the default vaulue from prompt template.
"""