arcade-mcp/toolkits/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
..
arcade_search Fix Search.SearchJobs for Anthropic Models (#319) 2025-03-19 20:53:46 -07:00
evals Add Google News, Jobs, and Maps Tools (#311) 2025-03-18 15:23:36 -03:00
tests Add Google News, Jobs, and Maps Tools (#311) 2025-03-18 15:23:36 -03:00
.pre-commit-config.yaml Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
.ruff.toml Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
conftest.py Various Search Toolkits (#285) 2025-03-14 14:23:14 -07:00
LICENSE Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
Makefile Pin poetry to 1.8.5 (#193) 2025-01-07 13:21:55 -08:00
pyproject.toml Fix Search.SearchJobs for Anthropic Models (#319) 2025-03-19 20:53:46 -07:00