langgenius/dify

add type annotation to api endpoints

已关闭

#36,541 创建于 2026年5月23日

 (13 条评论) (1 个反应) (0 位负责人)TypeScript (22,210 个派生)batch import
good first issue

仓库指标

星标
 (141,412 个星标)
PR 合并指标
 (平均合并 1天 21小时) (30 天内合并 579 个 PR)

描述

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.

贡献者指南