Update an agent in a FlowAI project
Updates an Agent Definition within a FlowAI Project. Requires editor or owner GBAC role; updating operators requires owner GBAC role.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
agentId
Agent _id (UUID).
Request
request body
name
description
prompt
provider
addTools
decorateTools
removeTools
operators
Response
The updated Agent Definition
Errors
500
Internal Server Error