guinness-oai and GitHub
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 15:37:31 -07:00
2026-03-28 11:23:07 -06:00
2026-04-20 09:57:03 -07:00
2026-04-20 15:43:20 -07:00
2026-04-09 11:01:30 -07:00
2026-04-17 14:45:47 +00:00
2026-04-08 18:49:31 -07:00
2026-04-17 17:56:58 -07:00
2026-04-07 08:03:35 -07:00
2026-04-13 18:27:00 -07:00
2026-04-20 21:52:30 +00:00
2026-04-17 13:37:25 -07:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-04-20 19:24:10 -03:00
2026-04-13 18:27:00 -07:00
2026-04-01 13:03:59 -07:00
2026-04-20 08:13:44 -07:00
2026-04-20 09:57:03 -07:00
2026-04-20 15:37:31 -07:00
2026-04-20 15:37:31 -07:00
2026-04-13 18:27:00 -07:00
2026-04-10 20:25:31 -07:00
2026-04-20 15:37:31 -07:00
2026-04-03 11:26:45 -07:00
2026-04-09 18:10:38 -03:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-04-02 18:07:05 -03:00
2026-03-28 11:23:07 -06:00
2026-04-20 10:48:27 -07:00
2026-04-14 14:26:10 -07:00
2026-03-28 11:23:07 -06:00
2026-04-17 17:58:32 -07:00
2026-04-17 17:58:32 -07:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-04-20 08:13:44 -07:00
2026-04-02 18:07:05 -03:00
2026-03-28 11:23:07 -06:00
2026-04-20 10:48:27 -07:00
2026-03-28 11:23:07 -06:00
2026-04-13 18:27:00 -07:00
2026-04-15 10:08:27 -07:00
2026-04-20 10:48:27 -07:00
2026-04-06 08:52:18 -07:00
2026-04-06 08:52:18 -07:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-04-19 22:39:53 -07:00
2026-04-03 00:33:34 -07:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-04-10 20:25:31 -07:00
2026-03-28 11:23:07 -06:00
2026-04-20 10:48:27 -07:00
2026-03-28 11:23:07 -06:00
2026-04-10 20:25:31 -07:00
2026-03-28 11:23:07 -06:00
2026-04-19 22:39:53 -07:00
2026-04-20 08:13:44 -07:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-04-13 18:27:00 -07:00
2026-04-17 08:39:37 -07:00
2026-03-28 11:23:07 -06:00
2026-04-13 10:26:51 -07:00
2026-03-28 11:23:07 -06:00
2026-03-28 11:23:07 -06:00
2026-04-20 00:37:40 +00:00
2026-04-08 21:50:02 -07:00
2026-03-28 11:23:07 -06:00
2026-04-15 14:44:01 -07:00
2026-04-10 20:25:31 -07:00
2026-04-13 21:43:33 +01:00
2026-03-28 11:23:07 -06:00
2026-04-10 20:25:31 -07:00
2026-03-28 11:23:07 -06:00