supports_streaming_tools member (#44753)

Release Notes:

- N/A
This commit is contained in:
Michael Benfield
2025-12-12 16:56:06 -08:00
committed by GitHub
parent 6e0ecbcb07
commit 56daba28d4

View File

@@ -371,6 +371,8 @@ pub struct LanguageModel {
pub supports_images: bool,
pub supports_thinking: bool,
pub supports_max_mode: bool,
#[serde(default)]
pub supports_streaming_tools: bool,
// only used by OpenAI and xAI
#[serde(default)]
pub supports_parallel_tool_calls: bool,