We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a469880 + be24ba8 commit 811ae89Copy full SHA for 811ae89
volcenginesdkarkruntime/types/bot_chat/bot_reference.py
@@ -1,4 +1,4 @@
1
-from typing import Optional, Dict, Any
+from typing import Optional, Dict
2
from ..._models import BaseModel
3
4
@@ -42,7 +42,7 @@ class Reference(BaseModel):
42
"""
43
cover_image stands for the cover image of the search result returned by the browsing plugin
44
45
- extra: Optional[Dict[str, Any]] = None
+ extra: Optional[Dict[str, object]] = None
46
47
extra stands for the non-common fields of the search result returned by the browsing plugin, such as weather
48
0 commit comments