diff --git a/public/components/agent_framework_traces.tsx b/public/components/agent_framework_traces.tsx index 5dd26727..903b494a 100644 --- a/public/components/agent_framework_traces.tsx +++ b/public/components/agent_framework_traces.tsx @@ -64,6 +64,7 @@ ${result}

Response

{traces + // if origin exists, it indicates that the trace was generated by a tool, we only show the non-empty traces of tools .filter((trace) => trace.origin && (trace.input || trace.output)) .map((trace, i) => { const stepContent = `Step ${i + 1}`;