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

Edit existing messages before continuing #314

Merged
merged 9 commits into from
Apr 18, 2024
Merged

Conversation

nfcampos
Copy link
Contributor

No description provided.

"clsx": "^2.0.0",
"dompurify": "^3.0.6",
"fast-json-patch": "^3.1.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

wasn't used

@@ -277,13 +277,13 @@ def _get_wikipedia():
@lru_cache(maxsize=1)
def _get_tavily():
tavily_search = TavilySearchAPIWrapper()
return TavilySearchResults(api_wrapper=tavily_search)
return TavilySearchResults(api_wrapper=tavily_search, name="search_tavily")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

didn't match names used in enum

@nfcampos nfcampos merged commit c4590ec into main Apr 18, 2024
6 checks passed
@nfcampos nfcampos deleted the nc/18apr/edit-messages branch April 18, 2024 22:59
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