Skip to content

Commit 811ae89

Browse files
author
BitsAdmin
committed
Merge branch 'fix/support_python38' into 'integration_2024-09-12_433521688578'
feat: [development task] ark-runtime-manual-Python (780203) See merge request iaasng/volcengine-python-sdk!384
2 parents a469880 + be24ba8 commit 811ae89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

volcenginesdkarkruntime/types/bot_chat/bot_reference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Optional, Dict, Any
1+
from typing import Optional, Dict
22
from ..._models import BaseModel
33

44

@@ -42,7 +42,7 @@ class Reference(BaseModel):
4242
"""
4343
cover_image stands for the cover image of the search result returned by the browsing plugin
4444
"""
45-
extra: Optional[Dict[str, Any]] = None
45+
extra: Optional[Dict[str, object]] = None
4646
"""
4747
extra stands for the non-common fields of the search result returned by the browsing plugin, such as weather
4848
"""

0 commit comments

Comments
 (0)