Functions
Functions
Add Function Route to an Agent
client.agents.functions.create(stringagentUuid, FunctionCreateParams { agent_uuid, description, faas_name, 4 more } body?, RequestOptionsoptions?): FunctionCreateResponse { agent }
/v2/gen-ai/agents/{agent_uuid}/functions
Delete Function Route for an Agent
client.agents.functions.delete(stringfunctionUuid, FunctionDeleteParams { agent_uuid } params, RequestOptionsoptions?): FunctionDeleteResponse { agent }
/v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}
Update Function Route for an Agent
client.agents.functions.update(stringfunctionUuid, FunctionUpdateParams { body_agent_uuid, description, faas_name, 5 more } params, RequestOptionsoptions?): FunctionUpdateResponse { agent }
/v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}