feat: add endpoint for prompt optimization

This commit is contained in:
stream
2025-07-08 14:19:21 +08:00
committed by Stream
parent 2a54cec5a7
commit 689490142d
2 changed files with 49 additions and 1 deletions

View File

@ -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,
}