pydo.genai.update_attached_agent()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To update an agent route for an agent, send a PUT request to /v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
parent_agent_uuid |
string | True | A unique identifier for the parent agent. | |
child_agent_uuid |
string | True | Routed agent id | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.