| 11372 | prompt_tokens); |
| 11373 | } else if (anthropic_live_continuation) { |
| 11374 | server_log(DS4_LOG_PREFILL, |
| 11375 | "ds4-server: anthropic live continuation match=tool-output-ids ids=%d cached=%d prompt=%d", |
| 11376 | anthropic_live_match_ids, |
| 11377 | cached, |
| 11378 | prompt_tokens); |
| 11379 | } else if (thinking_live_continuation) { |
| 11380 | server_log(DS4_LOG_PREFILL, |
| 11381 | "ds4-server: thinking live continuation match=visible-prefix cached=%d prompt=%d", |
| 11382 | cached, |
| 11383 | prompt_tokens); |