mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-06 16:14:49 +08:00
Merge remote-tracking branch 'origin/omx-issue-9201-release-ci'
# Conflicts: # .github/workflows/rust-ci.yml # rust/crates/rusty-claude-cli/src/main.rs
This commit is contained in:
@@ -322,7 +322,10 @@ impl AnthropicClient {
|
||||
.with_property(
|
||||
"estimated_cost_usd",
|
||||
Value::String(format_usd(
|
||||
response.usage.estimated_cost_usd(&response.model).total_cost_usd(),
|
||||
response
|
||||
.usage
|
||||
.estimated_cost_usd(&response.model)
|
||||
.total_cost_usd(),
|
||||
)),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user