Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jul 11, 2024
1 parent ad50e31 commit 67ef2e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ccai-insights-sample-data/generate-call-logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand All @@ -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,
},
Expand Down

0 comments on commit 67ef2e9

Please sign in to comment.