feat: add introduction field in log detail response of chat app (#2445)

This commit is contained in:
takatost 2024-02-14 12:38:13 +08:00 committed by GitHub
parent 4f6916c4d8
commit 21c9d9e200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,6 +177,7 @@ conversation_detail_fields = {
'from_account_id': fields.String,
'created_at': TimestampField,
'annotated': fields.Boolean,
'introduction': fields.String,
'model_config': fields.Nested(model_config_fields),
'message_count': fields.Integer,
'user_feedback_stats': fields.Nested(feedback_stat_fields),