type the secrets field

This commit is contained in:
Sameer Kankute 2025-11-26 22:01:33 +05:30
parent cdb9b60604
commit 605bc4e476

View file

@ -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,