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 3d708c6 commit 4b12ef2Copy full SHA for 4b12ef2
libs/api/hiagent_api/chat_types.py
@@ -1655,7 +1655,7 @@ class AsyncResumeAppWorkflowRequest(BaseSchema):
1655
)
1656
run_id: str = Field(
1657
description="run id",
1658
- serialization_alias="RunID",
+ serialization_alias="RunId",
1659
1660
input: str = Field(
1661
description="input json str",
@@ -1771,7 +1771,7 @@ class SyncResumeAppWorkflowRequest(BaseSchema):
1771
1772
1773
1774
1775
1776
input: Optional[str] = Field(
1777
0 commit comments