hiagent-api 2.3.1__tar.gz → 2.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/PKG-INFO +1 -1
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/eva_types.py +1 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/workflow_types.py +1 -1
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/pyproject.toml +1 -1
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/.gitignore +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/README.md +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/__init__.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/base.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/chat.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/chat_types.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/eva.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/knowledgebase.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/knowledgebase_types.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/observe.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/observe_types.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/tool.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/tool_types.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/up.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/up_types.py +0 -0
- {hiagent_api-2.3.1 → hiagent_api-2.3.2}/hiagent_api/workflow.py +0 -0
|
@@ -170,7 +170,7 @@ class RunWorkflowResponse(BaseSchema):
|
|
|
170
170
|
description="运行状态, success, stopped, failed, interrupted, processing",
|
|
171
171
|
)
|
|
172
172
|
output: str = Field(description="end 节点的输出,是一个 json 字符串")
|
|
173
|
-
cost_ms: int = Field(description="耗时", validation_alias="costMs"
|
|
173
|
+
cost_ms: int = Field(description="耗时", validation_alias="costMs")
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
class AsyncRunWorkflowResponse(BaseSchema):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|