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

feat: introduce optional fault tolerant toolbox #213

Merged
merged 1 commit into from
Feb 21, 2025
Merged

Conversation

chr-hertel
Copy link
Member

@chr-hertel chr-hertel commented Feb 15, 2025

the idea is to feedback to the llm that the used tool is not available and try again.

had that a few times now.

[BC BREAK] Change of toolbox exception namespaces

@OskarStark
Copy link
Contributor

I have mixed feelings about the solution, I would rather throw a dedicated event and let the user chose the solution, WDYT?

We can also add something to the docs about it

@chr-hertel chr-hertel force-pushed the fix-unknown-tool branch 2 times, most recently from eaf6fc6 to d39021d Compare February 15, 2025 15:10
@chr-hertel
Copy link
Member Author

chr-hertel commented Feb 15, 2025

Okay okay okay :D - couldn't wrap my head around an event tho and went with decoration - also cleaner i guess :)

needed to decouple the exceptions more for that, but i think that's no harm

@chr-hertel chr-hertel changed the title fix: feedback on unknown tool feat: introduce optional fault tolerant toolbox Feb 15, 2025
@chr-hertel chr-hertel force-pushed the fix-unknown-tool branch 3 times, most recently from eae6dfa to 9a2b755 Compare February 15, 2025 16:31
@OskarStark
Copy link
Contributor

With a fast review it looks good, let's merge it

@chr-hertel chr-hertel merged commit ec37a3a into main Feb 21, 2025
7 checks passed
@chr-hertel chr-hertel deleted the fix-unknown-tool branch February 21, 2025 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants