-
Notifications
You must be signed in to change notification settings - Fork 17
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
[WIP] Upgrade whinchat into an agent #718
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
context window, input and output cost added, and price estimate per message added
…is already handled on the backend)
…nvalid requests change the chat block's prompt data flow to further fix some ergonomics in the event of an api error
Co-authored-by: Matthew Evans <[email protected]>
… in chatblock server
… multiplication tool (openAI models only)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #718 +/- ##
==========================================
- Coverage 66.91% 66.81% -0.11%
==========================================
Files 62 62
Lines 3654 3721 +67
==========================================
+ Hits 2445 2486 +41
- Misses 1209 1235 +26
|
Passing run #1650 ↗︎
Details:
Review all test suite changes for PR #718 ↗︎ |
I guess this is now stale? Please re-open if not |
No, this isn't stale - we should discuss how we want to proceed with the agent stuff, but will open for now |
This PR will add tool-calling functionality to whinchat, so that it can handle more complex tasks.