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
ref(core): Consolidate getOperationName into one shared utility (#19971)
We have this function in both the shared utilities (used by
`google-genai` and `anthropic`) and in `openai` with slightly different
names for no apparent reason. We also had a separate helper that just
prepends `gen_ai` to the operation name in both cases, which seems
unnecessary. Doing some cleanup here
Closes#19978 (added automatically)
0 commit comments