test: D1-12 enforce BoundedToolLoop via config.chat_max_tool_rounds

This commit is contained in:
2026-05-30 09:13:03 +02:00
parent d688c61b0e
commit 925fe97007
4 changed files with 88 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ config :bds, :scripting,
transform_max_toasts_total: 20,
transform_max_toast_length: 300
config :bds, :chat, max_tool_rounds: 10
config :bds, :embeddings,
backend: BDS.Embeddings.Backends.Neural,
model_id: "Xenova/multilingual-e5-small",