From 1ce1cf28624a87116fbcf8bfb9568becd3a1e09c Mon Sep 17 00:00:00 2001 From: David Holtz Date: Fri, 18 Oct 2024 15:39:05 +0000 Subject: [PATCH] fix: add missing snapshot file --- ...ammar_tools_sea_creatures_stream_none.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 integration-tests/models/__snapshots__/test_tools_llama/test_flash_llama_grammar_tools_sea_creatures_stream_none.json diff --git a/integration-tests/models/__snapshots__/test_tools_llama/test_flash_llama_grammar_tools_sea_creatures_stream_none.json b/integration-tests/models/__snapshots__/test_tools_llama/test_flash_llama_grammar_tools_sea_creatures_stream_none.json new file mode 100644 index 00000000..2ccab4a9 --- /dev/null +++ b/integration-tests/models/__snapshots__/test_tools_llama/test_flash_llama_grammar_tools_sea_creatures_stream_none.json @@ -0,0 +1,20 @@ +{ + "choices": [ + { + "delta": { + "content": " deep", + "role": "assistant", + "tool_calls": null + }, + "finish_reason": "length", + "index": 0, + "logprobs": null + } + ], + "created": 1729262528, + "id": "", + "model": "meta-llama/Llama-3.1-8B-Instruct", + "object": "chat.completion.chunk", + "system_fingerprint": "2.3.2-dev0-native", + "usage": null +}