mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test: parameterize the bridge tool turn fixture return type
This commit is contained in:
parent
f8cc26a51f
commit
9b837fccde
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ class TestToolUseBlockClosedExactlyOnce:
|
|||
"""
|
||||
|
||||
@staticmethod
|
||||
def _chat_completions_bridge_tool_turn() -> list:
|
||||
def _chat_completions_bridge_tool_turn() -> list[dict[str, object]]:
|
||||
return [
|
||||
{"type": "response.created"},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue