Files
ragflow/agent
Hz_ 79a57d2126 fix(py-agent): remove unavailable model defaults from templates (#17762)
## Summary

- Clear unavailable LLM defaults from built-in agent templates
- Avoid binding templates to unavailable provider models

## Testing

- `python3 -c 'import json, pathlib; [json.loads(p.read_text()) for p in
pathlib.Path("agent/templates").glob("*.json")]'`
- `git diff --cached --check`
2026-08-04 11:44:54 +08:00
..
2025-01-21 20:52:28 +08:00