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

add answers for invalid and not enough info to resolve market #186

Merged
merged 4 commits into from
Mar 8, 2024

Conversation

richardblythman
Copy link
Contributor

No description provided.

Adamantios

This comment was marked as resolved.

print(f"Determinable: {determinable_results}")

if not determinable_results.is_determinable:
return determinable_results, reasoning, additional_information, queries, None
Copy link
Collaborator

@0xArdi 0xArdi Mar 7, 2024

Choose a reason for hiding this comment

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

determinable_resultsshould be a string. This seems to be an object.

Copy link
Collaborator

@0xArdi 0xArdi left a comment

Choose a reason for hiding this comment

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

Please confirm the return type. Otherwise, looks good.

@richardblythman
Copy link
Contributor Author

@0xArdi should be good to go

@0xArdi 0xArdi merged commit e07c47b into main Mar 8, 2024
6 checks passed
@0xArdi 0xArdi deleted the feat/resolve_market_answers branch March 8, 2024 15:09
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.

3 participants