mirror of https://github.com/langgenius/dify.git
Remove app_id=None from three prompt generation endpoints that lack proper app context. These standalone utilities only have tenant_id available, so we don't pass app_id at all rather than passing incomplete information. Affected endpoints: - /rule-generate (RuleGenerateApi) - /code-generate (RuleCodeGenerateApi) - /structured-output-generate (RuleStructuredOutputGenerateApi) |
||
|---|---|---|
| .. | ||
| common | ||
| console | ||
| files | ||
| inner_api | ||
| mcp | ||
| service_api | ||
| trigger | ||
| web | ||
| __init__.py | ||