Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Easy] Fix number of t-shirts in retail tasks. #19

Merged
merged 2 commits into from
Jan 11, 2025

Conversation

eaplatanios
Copy link
Contributor

There are actually 12 t-shirts in the database and not 10.

@@ -77,7 +77,7 @@
},
),
],
outputs=["10"],
outputs=["12"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are 12 t-shirt options in the store and not 10.

@@ -1111,7 +1111,7 @@
},
),
],
outputs=["1093.34"],
outputs=[],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this task, canceling part of a pending order is not possible and so the agent never goes down the path of refunding this amount. This is also evident by the expected actions in the above list.

Copy link
Contributor

@noahshinn noahshinn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@noahshinn noahshinn merged commit e1a16cd into sierra-research:main Jan 11, 2025
@adampauls adampauls mentioned this pull request Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants