pydo.genai.update_agent_function()
Generated on 16 Feb 2026
from pydo version
v0.26.0
Description
To update the function route, send a PUT request to /v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
agent_uuid |
string | True | Agent id | |
function_uuid |
string | True | Function 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.