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
We only want to trace model invocations, tool calls, and agent invocations. messages.countTokens is a pre-flight token count with no model inference, so we should stop emitting a span for it.
We only want to trace model invocations, tool calls, and agent invocations.
messages.countTokensis a pre-flight token count with no model inference, so we should stop emitting a span for it.