guinness-oai
1029742cf7
Add realtime silence tool ( #18635 )
...
## Summary
Adds a second realtime v2 function tool, `remain_silent`, so the
realtime model has an explicit non-speaking action when the
collaboration mode or latest context says it should not answer aloud.
This is stacked on #18597 .
## Design
- Advertise `remain_silent` alongside `background_agent` in realtime v2
conversational sessions.
- Parse `remain_silent` function calls into a typed
`RealtimeEvent::NoopRequested` event.
- Have core answer that function call with an empty
`function_call_output` and deliberately avoid `response.create`, so no
follow-up realtime response is requested.
- Keep the event hidden from app-server/TUI surfaces; it is operational
plumbing, not user-visible conversation content.
2026-04-20 15:43:20 -07:00
..
2026-04-20 10:27:01 -07:00
2026-04-19 23:16:43 -07:00
2026-04-07 08:03:35 -07:00
2026-04-07 00:32:41 +00:00
2026-04-20 22:20:39 +00:00
2026-04-20 11:27:47 +01:00
2026-04-18 11:01:12 -07:00
2026-04-20 13:43:50 -07:00
2026-04-07 08:03:35 -07:00
2026-04-20 10:27:01 -07:00
2026-04-20 17:21:29 +00:00
2026-04-13 09:59:08 +01:00
2026-04-20 10:44:03 -07:00
2026-04-20 14:31:22 +01:00
2026-04-20 10:27:01 -07:00
2026-04-20 22:34:08 +00:00
2026-04-17 19:07:43 +00:00
2026-03-24 18:10:53 -07:00
2026-04-20 17:21:29 +00:00
2026-04-16 10:51:33 -07:00
2026-04-16 10:51:33 -07:00
2026-04-07 21:20:22 +00:00
2026-04-17 16:18:53 +00:00
2026-04-19 23:16:43 -07:00
2026-04-19 23:16:43 -07:00
2026-04-20 10:27:01 -07:00
2026-04-07 15:18:34 -07:00
2026-04-19 23:16:43 -07:00
2026-04-20 09:58:32 +01:00
2026-04-17 16:18:53 +00:00
2026-04-17 16:18:53 +00:00
2026-04-17 16:18:53 +00:00
2026-04-01 23:06:24 -07:00
2026-03-27 19:00:44 -07:00
2026-04-17 16:18:53 +00:00
2026-04-18 11:01:12 -07:00
2026-04-17 16:18:53 +00:00
2026-04-17 13:27:49 -04:00
2026-04-20 06:50:28 -07:00
2026-03-27 19:00:44 -07:00
2026-03-25 10:43:49 -07:00
2026-03-27 19:00:44 -07:00
2026-04-17 16:18:53 +00:00
2026-04-18 11:01:12 -07:00
2026-04-18 11:01:12 -07:00
2026-04-03 12:07:07 -07:00
2026-04-13 09:59:08 +01:00
2026-04-20 11:51:58 +01:00
2026-04-20 17:21:29 +00:00
2026-04-16 10:31:51 -07:00
2026-04-16 10:31:51 -07:00
2026-04-19 11:04:13 -07:00
2026-04-19 11:04:13 -07:00
2026-04-20 11:23:00 +01:00
2026-04-20 11:23:00 +01:00
2026-04-17 00:51:21 +00:00
2026-04-17 16:18:53 +00:00
2026-04-14 14:26:10 -07:00
2026-04-14 14:26:10 -07:00
2026-04-20 05:42:22 +00:00
2026-04-19 23:16:43 -07:00
2026-04-17 16:18:53 +00:00
2026-03-27 19:00:44 -07:00
2026-04-17 16:18:53 +00:00
2026-04-17 18:26:09 +01:00
2026-04-20 10:27:01 -07:00
2026-04-17 18:34:06 +08:00
2026-04-20 06:50:28 -07:00
2026-04-03 00:33:34 -07:00
2026-03-25 11:05:35 -07:00
2026-03-27 19:00:44 -07:00
2026-04-14 14:26:10 -07:00
2026-04-02 23:00:02 -07:00
2026-04-09 10:53:06 -07:00
2026-03-27 19:00:44 -07:00
2026-04-17 00:51:21 +00:00
2026-04-15 14:43:33 -07:00
2026-04-13 10:26:51 -07:00
2026-04-15 11:34:27 -07:00
2026-04-17 11:49:02 -07:00
2026-04-17 16:18:53 +00:00
2026-04-20 10:27:01 -07:00
2026-04-17 11:49:02 -07:00
2026-04-20 14:04:09 -07:00
2026-04-20 15:43:20 -07:00
2026-04-16 14:30:57 -07:00
2026-04-01 23:06:24 -07:00
2026-04-14 14:26:10 -07:00
2026-04-17 11:49:02 -07:00
2026-04-14 14:26:10 -07:00
2026-04-14 14:26:10 -07:00
2026-04-01 23:06:24 -07:00
2026-04-01 23:06:24 -07:00
2026-03-20 18:23:48 +00:00
2026-04-03 00:33:34 -07:00
2026-04-17 16:18:53 +00:00
2026-04-14 14:26:10 -07:00
2026-04-20 15:15:05 +01:00
2026-03-27 19:00:44 -07:00
2026-04-02 13:47:10 -07:00
2026-04-14 15:40:40 -07:00
2026-04-17 18:11:47 -07:00
2026-04-14 14:26:10 -07:00
2026-04-07 08:03:35 -07:00
2026-04-17 16:18:53 +00:00
2026-04-20 14:31:22 +01:00
2026-04-03 00:33:34 -07:00
2026-04-17 16:18:53 +00:00
2026-04-20 05:42:22 +00:00
2026-04-17 16:18:53 +00:00
2026-04-13 23:11:49 -07:00
2026-04-01 23:06:24 -07:00
2026-04-14 14:26:10 -07:00
2026-04-14 14:26:10 -07:00
2026-04-17 16:18:53 +00:00
2026-04-15 21:48:05 +00:00
2026-04-17 16:18:53 +00:00
2026-04-17 16:18:53 +00:00
2026-04-20 10:27:01 -07:00
2026-04-03 00:33:34 -07:00
2026-04-01 23:06:24 -07:00
2026-04-01 23:06:24 -07:00
2026-04-08 08:42:18 -07:00
2026-04-08 08:42:18 -07:00