From db2541ccd549f2d4ae745397ebc64ad808417447 Mon Sep 17 00:00:00 2001 From: drbh Date: Wed, 30 Apr 2025 23:08:15 +0000 Subject: [PATCH] fix: bump test snaps --- .../test_json_schema_basic.json | 10 +++++----- .../test_json_schema_complex.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/integration-tests/models/__snapshots__/test_json_schema_constrain/test_json_schema_basic.json b/integration-tests/models/__snapshots__/test_json_schema_constrain/test_json_schema_basic.json index 18e7242c..5d953413 100644 --- a/integration-tests/models/__snapshots__/test_json_schema_constrain/test_json_schema_basic.json +++ b/integration-tests/models/__snapshots__/test_json_schema_constrain/test_json_schema_basic.json @@ -5,19 +5,19 @@ "index": 0, "logprobs": null, "message": { - "content": "{\"firstName\":\"David\",\"lastName\":\"(Not provided)\",\"hobby\":\": Trees and nature\",\"numCats\":2}", + "content": "{\"firstName\":\"David\",\"lastName\":\"(Not provided)\",\"hobby\":\", nature\",\"numCats\":2}", "role": "assistant" } } ], - "created": 1741975610, + "created": 1746053368, "id": "", "model": "google/gemma-3-4b-it", "object": "chat.completion", - "system_fingerprint": "3.2.1-dev0-native", + "system_fingerprint": "3.2.3-dev0-native", "usage": { - "completion_tokens": 37, + "completion_tokens": 35, "prompt_tokens": 32, - "total_tokens": 69 + "total_tokens": 67 } } diff --git a/integration-tests/models/__snapshots__/test_json_schema_constrain/test_json_schema_complex.json b/integration-tests/models/__snapshots__/test_json_schema_constrain/test_json_schema_complex.json index 9efee329..6c352cf8 100644 --- a/integration-tests/models/__snapshots__/test_json_schema_constrain/test_json_schema_complex.json +++ b/integration-tests/models/__snapshots__/test_json_schema_constrain/test_json_schema_complex.json @@ -5,19 +5,19 @@ "index": 0, "logprobs": null, "message": { - "content": "{\"name\":\"John Smith\",\"age\":30,\"address\":{\"street\":\"Maple Street\",\"city\":\"Boston\"},\"hobbies\":[\"botany\",\", \",\"astronomy\",\", \",\"solving mathematical puzzles\"]}", + "content": "{\"name\":\"John Smith\",\"age\":30,\"address\":{\"street\":\"Maple Street\",\"city\":\"Boston\"},\"hobbies\":[\"botany\",\"astronomy\",\"solving mathematical puzzles\"]}", "role": "assistant" } } ], - "created": 1741975505, + "created": 1746053373, "id": "", "model": "google/gemma-3-4b-it", "object": "chat.completion", - "system_fingerprint": "3.2.1-dev0-native", + "system_fingerprint": "3.2.3-dev0-native", "usage": { - "completion_tokens": 50, + "completion_tokens": 44, "prompt_tokens": 37, - "total_tokens": 87 + "total_tokens": 81 } }