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

pull/2446/head
takatost 2 years ago committed by GitHub
parent 4f6916c4d8
commit 21c9d9e200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save