From 4511f3eecc7c65b272b9afdae0585044faac6ebd Mon Sep 17 00:00:00 2001 From: SHAI-shivansh-sharma Date: Sat, 25 Jul 2026 12:24:00 +0530 Subject: [PATCH] docs: document new RunConfig parameters --- docs/runtime/runconfig.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/runtime/runconfig.md b/docs/runtime/runconfig.md index b6ce28cc1d..c4409df4ce 100644 --- a/docs/runtime/runconfig.md +++ b/docs/runtime/runconfig.md @@ -78,6 +78,8 @@ whether the context window is compressed: history on every invocation. - `context_window_compression`: Enables context window compression for LLM input, useful when sessions approach model context limits. +- `include_thoughts_from_other_agents`: Controls whether thought parts from + other agents are included in the LLM context. Disabled by default. === "Python" @@ -271,6 +273,8 @@ additional parameters: and artifact service. - `tool_thread_pool_config`: Runs tool executions in a background thread pool to keep the event loop responsive to user interruptions. +- `explicit_vad_signal`: Enables explicit voice activity detection (VAD) + signals from the model. Not all parameters are available in every language. See the [API reference](#api-reference) for language-specific details.