Yeuoly
|
bc1502b8fc
|
Merge branch 'fix/chore-fix' into dev/plugin-deploy
|
2024-12-26 17:26:19 +08:00 |
Yeuoly
|
b34d815883
|
feat: support auto generate and template
|
2024-12-26 17:25:56 +08:00 |
Yeuoly
|
e7d3add5df
|
Merge branch 'fix/chore-fix' into dev/plugin-deploy
|
2024-12-26 14:12:58 +08:00 |
Yeuoly
|
51cc63d9ce
|
fix: undefined dereference to ApiTool
|
2024-12-26 14:12:43 +08:00 |
Yeuoly
|
f0178bd603
|
Merge branch 'fix/chore-fix' into dev/plugin-deploy
|
2024-12-26 13:24:16 +08:00 |
Yeuoly
|
cbc5045b7a
|
fix: ruff formatter
|
2024-12-26 13:23:56 +08:00 |
Yeuoly
|
b980c07af8
|
fix: ruff formatter
|
2024-12-26 13:22:18 +08:00 |
Yeuoly
|
e231cf2c48
|
fix: errors occrus during rebasing
|
2024-12-26 13:20:12 +08:00 |
Yeuoly
|
cd00602213
|
Merge branch 'fix/chore-fix' into dev/plugin-deploy
|
2024-12-25 18:25:21 +08:00 |
Yeuoly
|
80d8e47e42
|
fix: skip json transforming if error occurs
|
2024-12-25 18:23:31 +08:00 |
Yeuoly
|
fee4dd7d7a
|
fix: unused stream variable
|
2024-12-25 15:32:59 +08:00 |
Yeuoly
|
02abf950e1
|
Merge fix/chore-fix into dev/plugin-deploy
|
2024-12-25 15:12:05 +08:00 |
Yeuoly
|
6ee7ca1890
|
fix: add specific exceptions
|
2024-12-24 22:00:45 +08:00 |
Yeuoly
|
f589397f25
|
fix: import Optional
|
2024-12-24 21:56:55 +08:00 |
Yeuoly
|
ee080dddf9
|
fix: rebase
|
2024-12-24 21:48:49 +08:00 |
Yeuoly
|
5a57dad93c
|
fix: linter
|
2024-12-24 21:29:24 +08:00 |
Yeuoly
|
4199998c7e
|
Merge branch 'main' into fix/chore-fix
|
2024-12-24 21:28:56 +08:00 |
Yeuoly
|
527abcb2e9
|
Merge branch 'fix/chore-fix' into dev/plugin-deploy
|
2024-12-24 18:39:42 +08:00 |
yihong
|
56e15d09a9
|
feat: mypy for all type check (#10921)
|
2024-12-24 18:38:51 +08:00 |
Yeuoly
|
39656f7f84
|
fix: linter and formatter
|
2024-12-24 18:38:34 +08:00 |
Yeuoly
|
bf39e314d8
|
fix: add install count
|
2024-12-24 18:38:12 +08:00 |
-LAN-
|
094343739b
|
fix/array file cannot use in iteration node (#12035)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-24 15:56:59 +08:00 |
-LAN-
|
82134a1d50
|
fix: Replace generic exceptions with specific error classes in task p… (#12036)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-24 15:24:19 +08:00 |
yihong
|
6a0ff3686c
|
fix: fix typo (#12034)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2024-12-24 15:23:27 +08:00 |
Yang Jingtao
|
e0c24c0e99
|
fix: Fix session typo in workflow_trace method (#12031)
|
2024-12-24 10:30:31 +08:00 |
yihong
|
e0f1410b48
|
fix: issue Multiple Paths Between IF/ELSE Branches (#11646)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2024-12-23 18:56:59 +08:00 |
-LAN-
|
c3c85276d1
|
Fix/refactor invoke result handling in question classifier node (#12015)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-23 17:54:08 +08:00 |
-LAN-
|
af2888d394
|
fix: remove json_schema if response format is disabled. (#12014)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-23 17:53:57 +08:00 |
-LAN-
|
d0dd8b7955
|
fix: add UUID validation for tool file ID extraction (#12011)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-23 17:53:42 +08:00 |
-LAN-
|
75bce2822e
|
fix: add logging for missing edge mapping in StreamProcessor (#12008)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-23 17:53:36 +08:00 |
Novice
|
dc19cd5d9d
|
fix: add retry feature to code node (#12005)
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
|
2024-12-23 16:42:28 +08:00 |
-LAN-
|
e068bbec73
|
feat: add RequestBodyError for invalid request body handling (#11994)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-23 15:53:03 +08:00 |
-LAN-
|
9cfd1c67b6
|
fix: Introduce ArrayVariable and update iteration node to handle it (#12001)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-23 15:52:50 +08:00 |
-LAN-
|
8978a6a3ff
|
fix: remove unused credential validation logic in VectorizerProvider (#12000)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-23 15:30:58 +08:00 |
yihong
|
70dd69d533
|
fix: Multiple Paths Between IF/ELSE Branches Invalidate Conditions (#11544)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2024-12-23 15:09:02 +08:00 |
Novice
|
453f324f54
|
fix: retry node in iteration logs wrong (#11995)
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
|
2024-12-23 15:06:01 +08:00 |
Novice
|
c1aa55f3ea
|
fix: remove the unused retry index field (#11903)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-12-23 14:32:11 +08:00 |
JasonVV
|
4b1e13e982
|
Fix 11979 (#11984)
|
2024-12-23 14:30:04 +08:00 |
yihong
|
26c10b9931
|
fix: 'dict_keys' object is not subscriptable error (#11957)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2024-12-22 14:58:33 +08:00 |
-LAN-
|
03ddee3663
|
fix(variable_assigner): change VariableOperatorNodeError to inherit from ValueError (#11951)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-22 10:43:40 +08:00 |
-LAN-
|
10caab1729
|
fix: change CredentialsValidateFailedError to inherit from ValueError (#11950)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-22 10:43:31 +08:00 |
-LAN-
|
21a31d7f8b
|
fix(base_node): change BaseNodeError exception type from Exception to ValueError (#11952)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-22 10:42:30 +08:00 |
-LAN-
|
2c4df108e5
|
fix: raise http request node error on httpx.request error (#11954)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-22 10:41:53 +08:00 |
-LAN-
|
5db8addcc6
|
fix(core/errors): change base class of custom exceptions to ValueError (#11955)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-22 10:41:34 +08:00 |
-LAN-
|
dd0e81d094
|
fix: enhance type hints and improve audio message handling in TTS pub… (#11947)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-22 10:41:06 +08:00 |
-LAN-
|
a056a9d601
|
feat(code_node): add more check (#11949)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-22 10:40:43 +08:00 |
非法操作
|
366857cd26
|
fix: gemini system prompt with variable raise error (#11946)
|
2024-12-21 23:14:05 +08:00 |
yihong
|
9ee9e9c6de
|
fix: self.method should method in api_tool.py (#11926)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2024-12-21 21:24:59 +08:00 |
-LAN-
|
a227af3664
|
fix(code_node): update type hints for string and number checks in Cod… (#11936)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-21 21:24:22 +08:00 |
-LAN-
|
599d410d99
|
fix: validate reranking model attributes before processing (#11930)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-21 21:23:12 +08:00 |