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
In order to have a better understanding of how assistants are used, I would like to be able to split metrics by assistant is one assistant was used in a conversation.
conversationsTotal: new Counter({
name: "model_conversations_total",
help: "Total number of conversations",
labelNames: ["model", "assistant"],
}),
The text was updated successfully, but these errors were encountered:
Describe your feature request
In order to have a better understanding of how assistants are used, I would like to be able to split metrics by assistant is one assistant was used in a conversation.
The text was updated successfully, but these errors were encountered: