Skip to content

Commit 503fe59

Browse files
committed
fix: whitespace
1 parent 87ee9d1 commit 503fe59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

volcenginesdkarkruntime/types/responses/easy_input_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ class EasyInputMessage(BaseModel):
3434
type: Optional[Literal["message"]] = None
3535
"""The type of the message input. Always `message`."""
3636

37-
partial : Optional[bool] = None
37+
partial: Optional[bool] = None
3838
"""Whether or not to include partial assistant responses."""

volcenginesdkarkruntime/types/responses/easy_input_message_param.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ class EasyInputMessageParam(TypedDict, total=False):
3737
type: Literal["message"]
3838
"""The type of the message input. Always `message`."""
3939

40-
partial : Optional[bool] = None
40+
partial: Optional[bool] = None
4141
"""Whether or not to include partial assistant responses."""

volcenginesdkarkruntime/types/responses/response_output_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ class ResponseOutputMessage(BaseModel):
4343
type: Literal["message"]
4444
"""The type of the output message. Always `message`."""
4545

46-
partial :Optional[bool]
46+
partial: Optional[bool]
4747
"""Whether or not to include partial assistant responses."""

0 commit comments

Comments
 (0)