Claude: Add a system prompt to let the model know the VM is slower than average
This commit is contained in:
parent
33093a60fc
commit
e090b77827
@ -39,6 +39,7 @@ async function sendMessages(handleTool)
|
||||
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" }
|
||||
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.",
|
||||
model: 'claude-3-7-sonnet-20250219',
|
||||
tools: [tool],
|
||||
betas: ["computer-use-2025-01-24"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user