Functions
Functions
Functions
Add Function Route to an Agent
agents.functions.create(strpath_agent_uuid, FunctionCreateParams**kwargs) -> agentAPIAgentFunctionCreateResponse
post/v2/gen-ai/agents/{agent_uuid}/functions
Delete Function Route for an Agent
agents.functions.delete(strfunction_uuid, FunctionDeleteParams**kwargs) -> agentAPIAgentFunctionDeleteResponse
delete/v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}
Update Function Route for an Agent
agents.functions.update(strpath_function_uuid, FunctionUpdateParams**kwargs) -> agentAPIAgentFunctionUpdateResponse
put/v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}