langgenius/dify

add type annotation to api endpoints

Open

#36,541 opened on 2026年5月23日

GitHub で見る
 (13 comments) (1 reaction) (0 assignees)TypeScript (141,412 stars) (22,210 forks)batch import
good first issue

説明

so we can easily do following migration.

rule: when find any

.route("/apps/<uuid:app_id>/messages/<uuid:message_id>")

begin with uuid: , type the parameter to UUID. begin with string:, type the parameter to str.

コントリビューターガイド

add type annotation to api endpoints · langgenius/dify#36541 | Good First Issue