| line |
l |
!l |
condition |
|
105
|
0 |
2 |
$args{'model'} // "claude-sonnet-4-20250514" |
|
|
0 |
2 |
$args{'max_tokens'} // 4096 |
|
|
0 |
2 |
$args{'timeout'} // 120 |
|
|
0 |
2 |
$args{'api_base'} // "https://api.anthropic.com" |
|
|
0 |
2 |
$args{'timeout'} // 120 |
|
229
|
0 |
0 |
$part->{'media_type'} // "image/png" |
|
325
|
0 |
0 |
$event->{'delta'}{'text'} // "" |
|
367
|
0 |
0 |
($data->{'error'}{'message'} // $response->{'content'}) // "Unknown error" |
|
377
|
0 |
0 |
$data->{'content'}[0]{'text'} // "" |
|
403
|
2 |
0 |
+(shift())->{'usage'}{'input_tokens'} // 0 |
|
404
|
2 |
0 |
+(shift())->{'usage'}{'output_tokens'} // 0 |