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.
1 parent 5a2fc8b commit 3a4cb10Copy full SHA for 3a4cb10
volcenginesdkarkruntime/_request_options.py
@@ -54,6 +54,7 @@ class ExtraRequestOptions(TypedDict, total=False):
54
class RequestOptions(BaseModel):
55
method: str
56
url: str
57
+ body: Union[object, None] = {}
58
params: Query = {}
59
headers: Union[Headers, NotGiven] = NotGiven()
60
max_retries: Union[int, NotGiven] = NotGiven()
0 commit comments