Build and use internal‑only AI agents for analysis and back‑office tasks
Bottom line: Agents are for your team; Flows are for your customers.
Tip: Use direct language like “must” and “will” instead of “should/can,” and avoid over‑detailed examples that the agent might copy literally.
listTranscripts
– Search using filters (keywords, tags, dates, agent, flow).countTranscripts
– Return counts for filters (trend checks, QA sampling).getTranscriptReport
– Stats like length, turns, and message counts.getReadableTranscript
– Customer‑friendly transcript view on request.getTagsForTranscript
– Retrieve tags for review or QA.getAllCampaigns
) as needed.Keep the tool list tight. The more tools you permit, the more the agent must reason about which one to use. Fewer tools = cleaner behavior.
listTranscripts
– Gather candidates.countTranscripts
– Size the set.getTranscriptReport
– Inspect stats.getReadableTranscript
– Provide the transcript only if requested.getTagsForTranscript
– Show tags or suggest additions.