Skip to content

Commit

Permalink
feat: Add the enable_partial_automated_agent_reply flag
Browse files Browse the repository at this point in the history
chore: remove extraneous backend config

PiperOrigin-RevId: 569315665

Source-Link: googleapis/googleapis@a24bc56

Source-Link: googleapis/googleapis-gen@afd0643
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRGlhbG9nZmxvdy5WMi8uT3dsQm90LnlhbWwiLCJoIjoiYWZkMDY0MzY1ZjlhMjY2YjMyOTUwMDY4MDU0YjNjMmM1ZGEzNzRiZCJ9
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Sep 29, 2023
1 parent 37ff7f1 commit 7db6a56
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 165 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public async Task StreamingAnalyzeContent()
InputAudio = ByteString.Empty,
QueryParams = new QueryParameters(),
AssistQueryParams = new AssistQueryParameters(),
EnableExtendedStreaming = false,
EnablePartialAutomatedAgentReply = false,
CxParameters = new Struct(),
EnableDebuggingInfo = false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25613,12 +25613,12 @@
"segments": [
{
"start": 20,
"end": 87,
"end": 88,
"type": "FULL"
},
{
"start": 38,
"end": 85,
"end": 86,
"type": "SHORT"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ public async Task StreamingAnalyzeContent()
InputAudio = ByteString.Empty,
QueryParams = new QueryParameters(),
AssistQueryParams = new AssistQueryParameters(),
EnableExtendedStreaming = false,
EnablePartialAutomatedAgentReply = false,
CxParameters = new Struct(),
EnableDebuggingInfo = false,
Expand Down
Loading

0 comments on commit 7db6a56

Please sign in to comment.