pub async fn create_tenant_agent_handler(
__arg0: State<AppState>,
__arg1: Path<String>,
__arg2: Json<CreateTenantAgentRequest>,
) -> Result<Json<TenantAgent>>Available on crate feature
postgres only.pub async fn create_tenant_agent_handler(
__arg0: State<AppState>,
__arg1: Path<String>,
__arg2: Json<CreateTenantAgentRequest>,
) -> Result<Json<TenantAgent>>postgres only.