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
Regenerated the vendored baml_client against the pinned baml-py (0.222.0).
The client had been generated for 0.219.0 and raised a version-incompatibility
error under the shipped runtime, so the LLM capability summarizer silently fell
back to template summaries since 1.13.x. It now loads BAML correctly, and guard
tests assert the generated client matches the installed baml-py so the drift
cannot recur unnoticed.
Changed
Bumped baml-py to 0.222.0 and CI actions/checkout to v7 (dependabot #63, #75).