mirror of
https://github.com/langgenius/dify.git
synced 2026-04-23 04:06:13 +08:00
fix: fix import linting, remove incorrect tests (#25849)
This commit is contained in:
@ -261,6 +261,7 @@ class InstructionGenerateApi(Resource):
|
||||
instruction=args["instruction"],
|
||||
model_config=args["model_config"],
|
||||
ideal_output=args["ideal_output"],
|
||||
workflow_service=WorkflowService(),
|
||||
)
|
||||
return {"error": "incompatible parameters"}, 400
|
||||
except ProviderTokenNotInitError as ex:
|
||||
|
||||
Reference in New Issue
Block a user