From 4f10e205753442ca24a4c60c93d1fe4c82512d16 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 20 Aug 2024 13:53:49 -0400 Subject: [PATCH] add agent to dialflow cx --- specs.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/specs.json b/specs.json index 3a9d428..010e676 100644 --- a/specs.json +++ b/specs.json @@ -292,11 +292,9 @@ "id": "string", "credentials": "object|string", "project": "string", + "agent": "string", "environment": "string", - "region": { - "type": "string", - "enum": ["europe-west1", "europe-west2", "australia-southeast1", "asia-northeast1"] - }, + "region": "string", "model": { "type": "string", "enum": ["es", "cx"]