mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
feat: add endpoint for prompt optimization
This commit is contained in:
@ -116,3 +116,9 @@ workflow_run_node_execution_fields = {
|
||||
workflow_run_node_execution_list_fields = {
|
||||
"data": fields.List(fields.Nested(workflow_run_node_execution_fields)),
|
||||
}
|
||||
|
||||
workflow_node_ai_modify_fields = {
|
||||
"message": fields.String,
|
||||
"modified": fields.String,
|
||||
"error": fields.String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user