mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 01:09:47 +00:00
fix: handle mcp tool calls in previous response correctly
fixes #3105 Signed-off-by: Gordon Sim <gsim@redhat.com>
This commit is contained in:
parent
a6e2c18909
commit
04914f25c6
4 changed files with 130 additions and 9 deletions
|
|
@ -7,8 +7,9 @@
|
|||
import time
|
||||
|
||||
import pytest
|
||||
from fixtures.test_cases import basic_test_cases, image_test_cases, multi_turn_image_test_cases, multi_turn_test_cases
|
||||
from streaming_assertions import StreamingValidator
|
||||
|
||||
from .fixtures.test_cases import basic_test_cases, image_test_cases, multi_turn_image_test_cases, multi_turn_test_cases
|
||||
from .streaming_assertions import StreamingValidator
|
||||
|
||||
|
||||
@pytest.mark.parametrize("case", basic_test_cases)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue