Add tool_call_count and status to Session list_display

This commit is contained in:
ishenwei
2026-04-08 13:35:50 +08:00
parent 435bbf23d0
commit 1a32801e39

View File

@@ -119,6 +119,8 @@ class SessionAdmin(admin.ModelAdmin):
"model_id",
"total_tokens",
"message_count",
"tool_call_count",
"status",
"start_time",
)
list_filter = ("agent_name", "source_node", "model_id", "start_time")