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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hiagent-api
3
- Version: 2.3.1
3
+ Version: 2.3.2
4
4
  Summary: Add your description here
5
5
  Requires-Python: >=3.10
6
6
  Requires-Dist: aiofiles>=23.1.0
@@ -57,6 +57,7 @@ class ColumnSchemaType(str, Enum):
57
57
  """Schema type"""
58
58
 
59
59
  TEXT = "Text"
60
+ STRING = "String"
60
61
  MULTI_CONTENT = "MultiContent"
61
62
 
62
63
 
@@ -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", default=0)
173
+ cost_ms: int = Field(description="耗时", validation_alias="costMs")
174
174
 
175
175
 
176
176
  class AsyncRunWorkflowResponse(BaseSchema):
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hiagent-api"
3
- version = "2.3.1"
3
+ version = "2.3.2"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes