From 0b0c6825430d4b95b43470efaa2b2bb5f66bcd30 Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Wed, 7 May 2025 18:18:20 +0530 Subject: [PATCH] Update tooltip texts for agent type --- .../app/projects/[projectId]/entities/agent_config.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rowboat/app/projects/[projectId]/entities/agent_config.tsx b/apps/rowboat/app/projects/[projectId]/entities/agent_config.tsx index 1519947f..5b3d7ac4 100644 --- a/apps/rowboat/app/projects/[projectId]/entities/agent_config.tsx +++ b/apps/rowboat/app/projects/[projectId]/entities/agent_config.tsx @@ -197,10 +197,10 @@ export function AgentConfig({ />
Agent Types
- Conversation agents' responses are user-facing. + Conversation agents' responses are user-facing. You can use conversation agents for multi-turn conversations with users.

- Task agents' responses are internal but available to other agents. + Task agents' responses are internal and available to other agents. You can use them to build pipelines and DAGs within workflows. E.g. Conversation Agent {'->'} Task Agent {'->'} Task Agent.