UpdateAgent

The UpdateAgent action updates specific attributes of an agent, namely, the title and description.

UpdateAgent(  
    idn: str = None,  
    name: Literal["title", "description"],  
    value: str  
)

Where:

  • idn: (Optional) Provide the agent's ID. Defaults to None.
  • name: Specify the name of the value to update (title or description).
  • value: Provide the new value for the title or description.