mirror of
https://github.com/instructkr/claude-code.git
synced 2026-06-06 04:06:45 +00:00
In the provider compatibility layer for Gemini (and other providers requiring ), fully support the flow, round-trip, and placeholder fallback of thought_signature.
This commit is contained in:
@@ -746,6 +746,7 @@ fn tool_message_response_many(id: &str, tool_uses: &[ToolUseMessage<'_>]) -> Mes
|
||||
id: tool_use.tool_id.to_string(),
|
||||
name: tool_use.tool_name.to_string(),
|
||||
input: tool_use.input.clone(),
|
||||
thought_signature: None,
|
||||
})
|
||||
.collect(),
|
||||
model: DEFAULT_MODEL.to_string(),
|
||||
|
||||
Reference in New Issue
Block a user