Claude: Bump bash tool version of Claude 3.7

This commit is contained in:
Alessandro Pignotti 2025-03-03 16:18:41 +01:00
parent 2ba90ab2df
commit 72ced34665

View File

@ -37,7 +37,7 @@ async function sendMessages(handleTool)
try
{
var dc = get(displayConfig);
var tool = dc ? { type: "computer_20250124", name: "computer", display_width_px: dc.width, display_height_px: dc.height, display_number: 1 } : { type: "bash_20241022", name: "bash" }
var tool = dc ? { type: "computer_20250124", name: "computer", display_width_px: dc.width, display_height_px: dc.height, display_number: 1 } : { type: "bash_20250124", name: "bash" }
const response = await client.beta.messages.create({max_tokens: 1024,
messages: messages,
system: "You are running on a virtualized machine. Wait some extra time after all operations to compensate for slowdown.",