This repository was archived by the owner on Feb 3, 2026. It is now read-only.
Add AbstractAIService and AbstractWebSearchService#202
Merged
Conversation
b75a2b9 to
432fb8a
Compare
Signed-off-by: Herklos <herklos@drakkar.software>
9d8ffed to
1d56cff
Compare
Member
Author
|
PR is ready! |
Comment on lines
86
to
89
| # Preserve function metadata | ||
| wrapper.__name__ = func.__name__ | ||
| wrapper.__doc__ = func.__doc__ | ||
| wrapper.__module__ = func.__module__ |
Member
There was a problem hiding this comment.
I think functools.wraps does this, no need to recode it https://docs.python.org/3/library/functools.html#module-functools
1d56cff to
7d5968f
Compare
| ) | ||
| if retry_delay > 0: | ||
| await asyncio.sleep(retry_delay) | ||
| continue |
Member
There was a problem hiding this comment.
I think this continue is useless
7d5968f to
b209f1a
Compare
GuillaumeDSM
approved these changes
Jan 31, 2026
Signed-off-by: Herklos <herklos@drakkar.software>
b209f1a to
93606b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.