fix(llm): omit stateless response item ids (#34027)

This commit is contained in:
Aiden Cline
2026-06-26 10:14:43 -05:00
committed by GitHub
parent 639c8e6475
commit f254476043
7 changed files with 38 additions and 27 deletions
+1 -1
View File
@@ -598,7 +598,7 @@ describe("LLMClient tools", () => {
include: ["reasoning.encrypted_content"],
input: [
{ role: "user" },
{ type: "reasoning", id: "rs_1", summary: [], encrypted_content: "encrypted-state" },
{ type: "reasoning", summary: [], encrypted_content: "encrypted-state" },
{ type: "function_call", call_id: "call_1", name: "get_weather" },
{ type: "function_call_output", call_id: "call_1" },
],