fix(poolside): add reasoning toggle to poolside provider models

This commit is contained in:
Houssam Elbadissi
2026-07-22 20:10:35 +01:00
parent 0a71b251c4
commit 4a2080e2bc
3 changed files with 9 additions and 3 deletions
@@ -1,5 +1,7 @@
base_model = "poolside/laguna-m.1"
reasoning_options = []
[[reasoning_options]]
type = "toggle" # API: {"chat_template_kwargs": {"enable_thinking": false}}
[interleaved]
field = "reasoning_content"
@@ -1,5 +1,7 @@
base_model = "poolside/laguna-s-2.1"
reasoning_options = []
[[reasoning_options]]
type = "toggle" # API: {"chat_template_kwargs": {"enable_thinking": false}}
[interleaved]
field = "reasoning_content"
@@ -1,5 +1,7 @@
base_model = "poolside/laguna-xs-2.1"
reasoning_options = []
[[reasoning_options]]
type = "toggle" # API: {"chat_template_kwargs": {"enable_thinking": false}}
[interleaved]
field = "reasoning_content"