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
Pass the typed LlmCompletionEvent to attribute_enrichers on the
success path instead of None; widens the enricher signature to
accept LlmCompletionEvent so enrichers can read LLM-call context
that the sentinel-pair path used to expose via the closing
NodeEvent.
Switch the shared typed-event test helper's default node_name and
namespace to "ask" so they reflect the calling-node semantics the
typed event documents, not the legacy sentinel value.
0 commit comments