Skip to content

Functions

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