From 67ef2e9264c8077a810b9bf3455f18ee6ab2993e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 11 Jul 2024 03:16:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- ccai-insights-sample-data/generate-call-logs.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ccai-insights-sample-data/generate-call-logs.py b/ccai-insights-sample-data/generate-call-logs.py index 65d6bcfa..ad15a857 100644 --- a/ccai-insights-sample-data/generate-call-logs.py +++ b/ccai-insights-sample-data/generate-call-logs.py @@ -121,7 +121,9 @@ def generate_log(): }, { "start_timestamp_usec": timestamp + response_delay * 4, - "text": "Can you give me more details about the problem with your {0}?".format(device), + "text": "Can you give me more details about the problem with your {0}?".format( + device + ), "role": "AGENT", "user_id": 2, }, @@ -133,7 +135,9 @@ def generate_log(): }, { "start_timestamp_usec": timestamp + response_delay * 6, - "text": "And what is the status shown in the settings on the {0}?".format(device), + "text": "And what is the status shown in the settings on the {0}?".format( + device + ), "role": "AGENT", "user_id": 2, },