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
splitting ctx.linearize() into two more fitting functions:
1) `ctx.render_for_generation()` used in generate calls
2) `ctx.full_event_log()` used for views on the whole context
also: fixed and inherent bug in `m.chat` which wrongly added the chat turn to the contexts (as single events, not as turn).
0 commit comments