mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
type the secrets field
This commit is contained in:
parent
cdb9b60604
commit
605bc4e476
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ async def aresponses_api_with_mcp(
|
|||
)
|
||||
|
||||
# Extract MCP auth headers from the request to pass to MCP server
|
||||
secret_fields = kwargs.get("secret_fields")
|
||||
secret_fields: Optional[Dict[str, Any]] = kwargs.get("secret_fields")
|
||||
(
|
||||
mcp_auth_header,
|
||||
mcp_server_auth_headers,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue