fix(server): keep cache_read_input_tokens only in anthropic message_start

This commit is contained in:
Matthieu Beaumont 2026-02-13 01:38:55 +01:00
parent 0252fd253b
commit db4a5a84fc
1 changed files with 0 additions and 1 deletions

View File

@ -1246,7 +1246,6 @@ json server_task_result_cmpl_final::to_json_anthropic_stream() {
{"stop_sequence", stopping_word.empty() ? nullptr : json(stopping_word)}
}},
{"usage", {
{"cache_read_input_tokens", cache_read_input_tokens},
{"output_tokens", n_decoded}
}}
}}