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) |
||
|---|---|---|
| .. | ||
| app | ||
| auth | ||
| billing | ||
| datasets | ||
| explore | ||
| tag | ||
| workspace | ||
| __init__.py | ||
| admin.py | ||
| apikey.py | ||
| error.py | ||
| extension.py | ||
| feature.py | ||
| files.py | ||
| init_validate.py | ||
| ping.py | ||
| remote_files.py | ||
| setup.py | ||
| spec.py | ||
| version.py | ||
| wraps.py | ||