|
|
@@ -48,6 +48,7 @@ describe("ClaudeCodeHandler - Caching Support", () => {
|
|
|
output_tokens: 50,
|
|
|
cache_read_input_tokens: 80, // 80 tokens read from cache
|
|
|
cache_creation_input_tokens: 20, // 20 new tokens cached
|
|
|
+ server_tool_use: null,
|
|
|
},
|
|
|
stop_reason: "end_turn",
|
|
|
stop_sequence: null,
|
|
|
@@ -114,6 +115,7 @@ describe("ClaudeCodeHandler - Caching Support", () => {
|
|
|
output_tokens: 25,
|
|
|
cache_read_input_tokens: 40,
|
|
|
cache_creation_input_tokens: 10,
|
|
|
+ server_tool_use: null,
|
|
|
},
|
|
|
stop_reason: null,
|
|
|
stop_sequence: null,
|
|
|
@@ -137,6 +139,7 @@ describe("ClaudeCodeHandler - Caching Support", () => {
|
|
|
output_tokens: 25,
|
|
|
cache_read_input_tokens: 30,
|
|
|
cache_creation_input_tokens: 20,
|
|
|
+ server_tool_use: null,
|
|
|
},
|
|
|
stop_reason: "end_turn",
|
|
|
stop_sequence: null,
|
|
|
@@ -201,6 +204,7 @@ describe("ClaudeCodeHandler - Caching Support", () => {
|
|
|
output_tokens: 50,
|
|
|
cache_read_input_tokens: null,
|
|
|
cache_creation_input_tokens: null,
|
|
|
+ server_tool_use: null,
|
|
|
},
|
|
|
stop_reason: "end_turn",
|
|
|
stop_sequence: null,
|
|
|
@@ -265,6 +269,7 @@ describe("ClaudeCodeHandler - Caching Support", () => {
|
|
|
output_tokens: 50,
|
|
|
cache_read_input_tokens: 80,
|
|
|
cache_creation_input_tokens: 20,
|
|
|
+ server_tool_use: null,
|
|
|
},
|
|
|
stop_reason: "end_turn",
|
|
|
stop_sequence: null,
|