Skip to content

Commit 2a973db

Browse files
committed
[sidecar] new computer use
1 parent 552407d commit 2a973db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llm_client/src/clients/anthropic.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ impl LLMClient for AnthropicClient {
727727
// enables prompt caching: https://arc.net/l/quote/qtlllqgf
728728
.header(
729729
"anthropic-beta".to_owned(),
730-
"prompt-caching-2024-07-31,max-tokens-3-5-sonnet-2024-07-15,computer-use-2024-10-22,output-128k-2025-02-19".to_owned(),
730+
"prompt-caching-2024-07-31,max-tokens-3-5-sonnet-2024-07-15,computer-use-2024-10-22,computer-use-2025-01-24,output-128k-2025-02-19".to_owned(),
731731
)
732732
.json(&anthropic_request)
733733
.send()
@@ -936,4 +936,4 @@ impl LLMClient for AnthropicClient {
936936

937937
Ok(buffered_string)
938938
}
939-
}
939+
}

sidecar/src/agentic/tool/code_edit/code_editor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl CodeEditorParameters {
4646
pub fn to_json() -> serde_json::Value {
4747
serde_json::json!({
4848
"name": "str_replace_editor",
49-
"type": "text_editor_20241022",
49+
"type": "text_editor_20250124",
5050
})
5151
}
5252

0 commit comments

Comments
 (0)