Routes
Update Agent Route for an Agent
client.Agents.Routes.Update(ctx, parentAgentUuid, childAgentUuid, body) (*AgentRouteUpdateResponse, error)
/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
Add Agent Route to an Agent
client.Agents.Routes.Add(ctx, parentAgentUuid, childAgentUuid, body) (*AgentRouteAddResponse, error)
/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
Delete Agent Route for an Agent
client.Agents.Routes.Delete(ctx, parentAgentUuid, childAgentUuid) (*AgentRouteDeleteResponse, error)
/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
View Agent Routes
client.Agents.Routes.View(ctx, uuid) (*AgentRouteViewResponse, error)
/v2/gen-ai/agents/{uuid}/child_agents