v2.13.0 (#733)
Co-authored-by: Maxime Dolores <maxime.dolores@ext.mistral.ai> Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Co-authored-by: Peter Evers <peter.evers@mistral.ai> Co-authored-by: Pierre Rossinès <pierre.rossines@mistral.ai> Co-authored-by: Quentin <quentin.torroba@mistral.ai> Co-authored-by: Val <102326092+vdeva@users.noreply.github.com> Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
198277af3f
commit
ad0d5c9520
61 changed files with 969 additions and 461 deletions
|
|
@ -245,7 +245,6 @@ class TelemetryClient:
|
|||
self,
|
||||
*,
|
||||
nb_context_tokens_before: int,
|
||||
nb_context_tokens_after: int,
|
||||
auto_compact_threshold: int,
|
||||
status: Literal["success", "failure", "cancelled"],
|
||||
session_id: str | None = None,
|
||||
|
|
@ -253,7 +252,6 @@ class TelemetryClient:
|
|||
) -> None:
|
||||
payload = {
|
||||
"nb_context_tokens_before": nb_context_tokens_before,
|
||||
"nb_context_tokens_after": nb_context_tokens_after,
|
||||
"auto_compact_threshold": auto_compact_threshold,
|
||||
"status": status,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue