Fixing the automated tests.
This commit is contained in:
@@ -806,7 +806,7 @@ class TestLLMAssistantAggregator(unittest.IsolatedAsyncioTestCase):
|
|||||||
function_name="get_weather",
|
function_name="get_weather",
|
||||||
tool_call_id="1",
|
tool_call_id="1",
|
||||||
arguments={"location": "Los Angeles"},
|
arguments={"location": "Los Angeles"},
|
||||||
cancel_on_interruption=False,
|
cancel_on_interruption=True,
|
||||||
),
|
),
|
||||||
SleepFrame(),
|
SleepFrame(),
|
||||||
FunctionCallResultFrame(
|
FunctionCallResultFrame(
|
||||||
@@ -838,7 +838,7 @@ class TestLLMAssistantAggregator(unittest.IsolatedAsyncioTestCase):
|
|||||||
function_name="get_weather",
|
function_name="get_weather",
|
||||||
tool_call_id="1",
|
tool_call_id="1",
|
||||||
arguments={"location": "Los Angeles"},
|
arguments={"location": "Los Angeles"},
|
||||||
cancel_on_interruption=False,
|
cancel_on_interruption=True,
|
||||||
),
|
),
|
||||||
SleepFrame(),
|
SleepFrame(),
|
||||||
FunctionCallResultFrame(
|
FunctionCallResultFrame(
|
||||||
|
|||||||
Reference in New Issue
Block a user