Error with Simple Inventory Demo
VVulture
Did a simple test with an inventory management system, that gave
inventory-list
and inventory-update
endpoints.Using the example command
https://CXXXXX-DPPSSD-DFISDI-focus.trycloudflare.com/inventory-update?command=add%2020%20units%20of%20blue%20dream
Can only get the response object {2} message : "Error processing command: list index out of range" success : false when I try to add. Obviously the list is empty, so that returns
Miller
We just pushed a change to fix the system prompt with autofill, but usually you want to make sure the AI Agent you create returns only the info, and nothing extra. For example, in your case you want to tell it to return the name and quantity in a json. For example: {"name" : "blue dream", "quantity" : 20} . We recently pushed a change to try to fix this issue though, let us know if you still have any issues! :)