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

[Enhancement]: Implement Retry Logic for Empty Results in Gemini Client API Calls #16

Open
wiseaidev opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@wiseaidev
Copy link
Contributor

At times, the Gemini client API returns empty results, leading to incomplete data retrieval. To address this issue and ensure robust data retrieval, we should implement retry logic for each API call.

https://github.com/kevin-rs/kevin/blob/a57c9db65da467727dee554c3c4c2fcb80cd483f/src/agents/architect.rs#L159-L164
https://github.com/kevin-rs/kevin/blob/a57c9db65da467727dee554c3c4c2fcb80cd483f/src/agents/architect.rs#L201-L212
https://github.com/kevin-rs/kevin/blob/a57c9db65da467727dee554c3c4c2fcb80cd483f/src/agents/backend.rs#L235-L237

and so forth.

@wiseaidev wiseaidev added enhancement New feature or request good first issue Good for newcomers labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant