Functions
Add Function Route to an Agent
client.Agents.Functions.New(ctx, agentUuid, body) (*AgentFunctionNewResponse, error)
/v2/gen-ai/agents/{agent_uuid}/functions
Update Function Route for an Agent
client.Agents.Functions.Update(ctx, agentUuid, functionUuid, body) (*AgentFunctionUpdateResponse, error)
/v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}
Delete Function Route for an Agent
client.Agents.Functions.Delete(ctx, agentUuid, functionUuid) (*AgentFunctionDeleteResponse, error)
/v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}