Skip to content

Commit f3f243b

Browse files
authored
Feat/2.0.0 (#1546)
2 parents da141b7 + 265d26f commit f3f243b

File tree

4 files changed

+672
-702
lines changed

4 files changed

+672
-702
lines changed

src/backend/bisheng_langchain/linsight/task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ def validate_task(cls, values: dict) -> dict:
8484
values["description"] = str(values["description"])
8585
if values.get("profile"):
8686
values["profile"] = str(values["profile"])
87+
if values.get("workflow"):
88+
values["workflow"] = str(values["workflow"])
8789
return values
8890

8991
def get_task_info(self) -> dict:

src/frontend/client/public/case/case.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)