feat: add json-stringify node (#215)

Co-authored-by: zengxiaohui <zengxiaohui@bytedance.com>
This commit is contained in:
ski
2025-07-29 14:11:49 +08:00
committed by GitHub
parent 183d0324bb
commit 0965d69acc
14 changed files with 249 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { StandardNodeType } from '@coze-workflow/base';
// 默认所有节点可用,可以自定义
@@ -56,7 +56,7 @@ export const getEnabledNodeTypes = (_params: {
[StandardNodeType.DatabaseDelete]: true,
[StandardNodeType.DatabaseCreate]: true,
// [StandardNodeType.JsonParser]: true,
// [StandardNodeType.JsonStringify]: true,
[StandardNodeType.JsonStringify]: true,
// [StandardNodeType.UpdateConversation]: true,
// [StandardNodeType.DeleteConversation]: true,
// [StandardNodeType.QueryConversationList]: true,