arcade-mcp/toolkits/search/arcade_search
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
..
tools Fix Search.SearchJobs for Anthropic Models (#319) 2025-03-19 20:53:46 -07:00
__init__.py Add initial X toolkit, remove Github toolkit, rename math toolkit (#52) 2024-09-23 13:42:22 -07:00
constants.py Add Google News, Jobs, and Maps Tools (#311) 2025-03-18 15:23:36 -03:00
enums.py Add Google News, Jobs, and Maps Tools (#311) 2025-03-18 15:23:36 -03:00
exceptions.py Add Google News, Jobs, and Maps Tools (#311) 2025-03-18 15:23:36 -03:00
google_data.py Add Google News, Jobs, and Maps Tools (#311) 2025-03-18 15:23:36 -03:00
utils.py Add Google News, Jobs, and Maps Tools (#311) 2025-03-18 15:23:36 -03:00