From 1529a676d9bfec54ba42f42dea4ca45f6ae56b18 Mon Sep 17 00:00:00 2001 From: drbh Date: Mon, 17 Feb 2025 13:41:06 +0000 Subject: [PATCH] fix: remove snap with incorrect naming --- .../test_openai_integration/test_flash_llama_grammar_tools.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 integration-tests/models/__snapshots__/test_openai_integration/test_flash_llama_grammar_tools.json diff --git a/integration-tests/models/__snapshots__/test_openai_integration/test_flash_llama_grammar_tools.json b/integration-tests/models/__snapshots__/test_openai_integration/test_flash_llama_grammar_tools.json deleted file mode 100644 index 315969ad..00000000 --- a/integration-tests/models/__snapshots__/test_openai_integration/test_flash_llama_grammar_tools.json +++ /dev/null @@ -1 +0,0 @@ -"ChatCompletionChunk(id='', choices=[Choice(delta=ChoiceDelta(content=None, function_call=None, refusal=None, role='assistant', tool_calls=[ChoiceDeltaToolCall(index=0, id='', function=ChoiceDeltaToolCallFunction(arguments='\"}', name='get_current_weather'), type='function')]), finish_reason=None, index=0, logprobs=None)], created=1739798781, model='meta-llama/Llama-3.1-8B-Instruct', object='chat.completion.chunk', service_tier=None, system_fingerprint='3.1.1-dev0-native', usage=None)"