Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/runtime/runconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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.
Expand Down