mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix(native): complete wheel capability fixture
This commit is contained in:
parent
0e1c72d8fe
commit
e218ab4e26
1 changed files with 5 additions and 0 deletions
|
|
@ -242,10 +242,15 @@ def route_kwargs(route: str, api_base: str, outcome: str) -> dict[str, object]:
|
|||
"capabilities": _record(
|
||||
"Capabilities",
|
||||
{
|
||||
"execution_mode": None,
|
||||
"stream": False,
|
||||
"has_agentic_hook": False,
|
||||
"has_custom_client": False,
|
||||
"request_format": None,
|
||||
"input_source_kind": None,
|
||||
"native_response_format": False,
|
||||
"websocket_mode": None,
|
||||
"requires_connection": False,
|
||||
},
|
||||
),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue