Merge pull request #2181 from anomalyco/feat/cloudferro-sherlock-reasoning-options-wave3

[cloudferro-sherlock] Add reasoning options
This commit is contained in:
Aiden Cline
2026-06-13 13:32:14 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -4,6 +4,7 @@ release_date = "2026-03-05"
last_updated = "2026-03-05"
attachment = false
reasoning = true
reasoning_options = []
structured_output = true
temperature = true
tool_call = true
@@ -4,6 +4,7 @@ release_date = "2025-08-28"
last_updated = "2025-08-28"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
structured_output = true
tool_call = true