-
Notifications
You must be signed in to change notification settings - Fork 86
abstract functionality and fix default_schema #81
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
abstract functionality and fix default_schema #81
Conversation
STG-469 Abstract browser and api functionality from client
Also fixing default schema issue on local (passing JSON doesn't work on litellm, schemas must be pydantic) |
…tionality-from-client
| self.logger.info("Getting accessibility tree data") | ||
| output_string = tree["simplified"] | ||
| id_to_url_mapping = tree.get("idToUrl", {}) | ||
| self.logger.info(f"schema: {schema}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
filip-michalsky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - merging to my examples branch now
why
what changed
test plan