Notifications
Clear all
Relevance AI Reviews
1
Posts
1
Users
0
Reactions
0
Views
Topic starter
16/07/2026 2:18 am
I’ve been running a Relevance AI agent to triage our deployment alerts, but it started returning empty responses. The workflow seemed fine, so I dove into the execution logs.
Here’s what I found. The logs showed the agent successfully calling a tool to fetch recent incidents, but the next step—a “summarize” tool—was being skipped. The log entry had an error field: `input validation failed for 'text'`. The issue? The fetch tool’s output format changed slightly, returning `recent_alerts` instead of `text`. I updated the tool connection mapping and the agent worked again. The logs are detailed—you just have to trace the step-by-step execution. Has anyone else used the logs to debug a toolchain mismatch?