Spaces:
Sleeping
Sleeping
Merge pull request #15 from gperdrizet/dev
Browse files
client/anthropic_bridge.py
CHANGED
@@ -5,7 +5,7 @@ from typing import Dict, List, Any, Optional
|
|
5 |
import anthropic
|
6 |
from client.mcp_client import MCPClientWrapper, ToolDef, ToolParameter, ToolInvocationResult
|
7 |
|
8 |
-
DEFAULT_ANTHROPIC_MODEL = 'claude-3-haiku-
|
9 |
|
10 |
# Type mapping from Python/MCP types to JSON Schema types
|
11 |
TYPE_MAPPING = {
|
|
|
5 |
import anthropic
|
6 |
from client.mcp_client import MCPClientWrapper, ToolDef, ToolParameter, ToolInvocationResult
|
7 |
|
8 |
+
DEFAULT_ANTHROPIC_MODEL = 'claude-3-5-haiku-latest'
|
9 |
|
10 |
# Type mapping from Python/MCP types to JSON Schema types
|
11 |
TYPE_MAPPING = {
|