agentsea / surfkit

A toolkit for building multimodal AI agents
https://docs.hub.agentsea.ai
MIT License
113 stars 10 forks source link

Strange error if you include $ in the surfkit solve prompt #94

Open the-laughing-monkey opened 5 months ago

the-laughing-monkey commented 5 months ago

If you include $ in the surfkit solve prompt between the "", in this case $200, it deletes the $2 and leaves the 00 in the instructions to the agent. This is a subtle mistake but it could cause real problems for users because incorrect values are passed.

Not that "with a maximum budget of $200" changes to "with a maximum budget of 00"

surfkit solve "Go to Airbnb and search for accommodations in Lisbon, Portugal for a stay from August 15 to August 22, 2024. Filter the results to show Entire Homes, with a maximum budget of $200, at least 1 bedroom, and highly rated by guests." -a agent001 --device desktop01 --tracker tracker01 --max-steps 75 Found agent instance 'agent001' finding device 'desktop01'... vm doesn't require proxy connected to desktop via agentd found device 'desktop01'... viewing device... found running UI container Solving task 'Go to Airbnb and search for accommodations in Lisbon, Portugal for a stay from August 15 to August 22, 2024. Filter the results to show Entire Homes, with a maximum budget of 00, at least 1 bedroom, and highly rated by guests.' with agent 'agent001'...