[PR #231] [MERGED] Fix type errors in example code #425

Closed
opened 2026-02-16 06:15:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/231
Author: @FisherWY
Created: 6/14/2025
Status: Merged
Merged: 6/16/2025
Merged by: @AllenWriter

Base: mainHead: fix1


📝 Commits (1)

  • eb236df Fix type errors in example code

📊 Changes

3 files changed (+9 additions, -9 deletions)

View changed files

📝 en/guides/workflow/node/code.mdx (+3 -3)
📝 ja-jp/guides/workflow/node/code.mdx (+3 -3)
📝 zh-hans/guides/workflow/node/code.mdx (+3 -3)

📄 Description

In the code node, the return type of the function is always dict


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/231 **Author:** [@FisherWY](https://github.com/FisherWY) **Created:** 6/14/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@AllenWriter](https://github.com/AllenWriter) **Base:** `main` ← **Head:** `fix1` --- ### 📝 Commits (1) - [`eb236df`](https://github.com/langgenius/dify-docs/commit/eb236df6921bbdfe043d497aa6e528a56278bc7a) Fix type errors in example code ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `en/guides/workflow/node/code.mdx` (+3 -3) 📝 `ja-jp/guides/workflow/node/code.mdx` (+3 -3) 📝 `zh-hans/guides/workflow/node/code.mdx` (+3 -3) </details> ### 📄 Description In the code node, the return type of the function is always `dict` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:29 -05:00
yindo closed this issue 2026-02-16 06:15:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#425