mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-23 01:49:58 +00:00
feat(core): Support i18n (#1327)
This commit is contained in:
@@ -141,6 +141,9 @@ class ModelRequestContext:
|
||||
chat_mode: Optional[str] = None
|
||||
"""The chat mode of the model inference."""
|
||||
|
||||
chat_param: Optional[str] = None
|
||||
"""The chat param of chat mode"""
|
||||
|
||||
extra: Optional[Dict[str, Any]] = field(default_factory=dict)
|
||||
"""The extra information of the model inference."""
|
||||
|
||||
|
Reference in New Issue
Block a user