mirror of
https://github.com/langgenius/dify.git
synced 2026-03-25 14:01:06 -04:00
feat: Add evaluation result details when querying the workflow run log.
This commit is contained in:
@@ -14,6 +14,7 @@ workflow_app_log_partial_fields = {
|
||||
"id": fields.String,
|
||||
"workflow_run": fields.Nested(workflow_run_for_log_fields, attribute="workflow_run", allow_null=True),
|
||||
"details": fields.Raw(attribute="details"),
|
||||
"evaluation": fields.Raw(attribute="evaluation", default=None),
|
||||
"created_from": fields.String,
|
||||
"created_by_role": fields.String,
|
||||
"created_by_account": fields.Nested(simple_account_fields, attribute="created_by_account", allow_null=True),
|
||||
|
||||
Reference in New Issue
Block a user