mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
fix
This commit is contained in:
parent
c10a3a5936
commit
a00d2dbfdc
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ from pydantic import BaseModel
|
||||||
|
|
||||||
|
|
||||||
class MCPProviderDataValidator(BaseModel):
|
class MCPProviderDataValidator(BaseModel):
|
||||||
# mcp_endpoint => list of headers to send
|
# mcp_endpoint => dict of headers to send
|
||||||
mcp_headers: dict[str, list[str]] | None = None
|
mcp_headers: dict[str, dict[str, str]] | None = None
|
||||||
|
|
||||||
|
|
||||||
class MCPProviderConfig(BaseModel):
|
class MCPProviderConfig(BaseModel):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue