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: make agents more efficient by handling simple tasks at one go #37

Merged
merged 2 commits into from
Dec 8, 2024

Conversation

grabbou
Copy link
Collaborator

@grabbou grabbou commented Dec 7, 2024

The agent would often split the task into "one" step (so, runs twice, instead of just once). Updated the prompt so it only splits into steps if the task is complex, otherwise, it just completes it once
Fixed missing variable (response_format)
Fixed indentation

@grabbou grabbou requested a review from pkarw December 7, 2024 23:13
@pkarw pkarw merged commit 52c6da1 into main Dec 8, 2024
@pkarw pkarw deleted the fixes branch December 8, 2024 06:27
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