arcade-mcp/toolkits/search/arcade_search/tools
Eric Gustin a3371d71ac
Fix Search.SearchJobs for Anthropic Models (#319)
Fixes this error:

```bash
openai.InternalServerError: Error code: 503 - {'name': 'all_models_unavailable', 'message': "failed to chat with models; Attempt 0: anthropic - anthropic (type = error, message = tools.75.custom.input_schema.properties: Property keys should match pattern '^[a-zA-Z0-9_-]{1,64}$'); Attempt 1: anthropic - anthropic (type = error, message = tools.75.custom.input_schema.properties: Property keys should match pattern '^[a-zA-Z0-9_-]{1,64}$'); Attempt 2: anthropic - anthropic (type = error, message = tools.75.custom.input_schema.properties: Property keys should match pattern '^[a-zA-Z0-9_-]{1,64}$')"}
```
2025-03-19 20:53:46 -07:00
..
__init__.py Add Google News, Jobs, and Maps Tools (#311) 2025-03-18 15:23:36 -03:00
google_finance.py Various Search Toolkits (#285) 2025-03-14 14:23:14 -07:00
google_flights.py Various Search Toolkits (#285) 2025-03-14 14:23:14 -07:00
google_hotels.py Various Search Toolkits (#285) 2025-03-14 14:23:14 -07:00
google_jobs.py Fix Search.SearchJobs for Anthropic Models (#319) 2025-03-19 20:53:46 -07:00
google_maps.py Add Google News, Jobs, and Maps Tools (#311) 2025-03-18 15:23:36 -03:00
google_news.py Add Google News, Jobs, and Maps Tools (#311) 2025-03-18 15:23:36 -03:00
google_search.py Various Search Toolkits (#285) 2025-03-14 14:23:14 -07:00