You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fix faulty tool calling in long context window (#92)
Fixes two whitespace bugs in tool calling:
- Remove erroneous space in template literal that caused models to echo the literal string at large context sizes
- Remove trailing spaces from tool_call_id that caused ID mismatches in frameworks like LangChain
Co-authored-by: jeromevde <jeromevde@users.noreply.github.com>
0 commit comments