add update comment

This commit is contained in:
hjlarry
2025-08-22 17:48:14 +08:00
parent 9f7321ca1a
commit 9067c2a9c1
3 changed files with 61 additions and 33 deletions

View File

@ -72,12 +72,10 @@ workflow_comment_create_fields = {
"created_at": TimestampField,
}
# Comment update response fields
# Comment update response fields (simplified)
workflow_comment_update_fields = {
"id": fields.String,
"content": fields.String,
"updated_at": TimestampField,
"mentions": fields.List(fields.Nested(workflow_comment_mention_fields)),
}
# Comment resolve response fields