mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
Add inference_geo as supported messages param
This commit is contained in:
parent
20440bcadc
commit
29e6efade9
1 changed files with 1 additions and 0 deletions
|
|
@ -355,6 +355,7 @@ class AnthropicMessagesRequestOptionalParams(TypedDict, total=False):
|
|||
tool_choice: Optional[Union[AnthropicMessagesToolChoice, Dict]]
|
||||
tools: Optional[List[Union[AllAnthropicToolsValues, Dict]]]
|
||||
top_k: Optional[int]
|
||||
inference_geo: Optional[str]
|
||||
top_p: Optional[float]
|
||||
mcp_servers: Optional[List[AnthropicMcpServerTool]]
|
||||
context_management: Optional[Dict[str, Any]]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue