Add tool call observability

This commit is contained in:
Hyu
2026-07-02 15:52:46 +08:00
parent b1bc05d5d3
commit c809e3d14f
19 changed files with 1351 additions and 65 deletions
+2 -1
View File
@@ -104,8 +104,9 @@ function MonitoringPageContent() {
data?.messages || [],
data?.llmCalls || [],
data?.errors || [],
data?.toolCalls || [],
),
[data?.messages, data?.llmCalls, data?.errors],
[data?.messages, data?.llmCalls, data?.errors, data?.toolCalls],
);
// State for expanded errors