chore: noise in tests

This commit is contained in:
2026-05-04 06:18:06 +02:00
parent 4de8492c4f
commit 43a4610ce7
48 changed files with 619 additions and 239 deletions

View File

@@ -53,7 +53,7 @@ defmodule BDS.AI.OpenAICompatibleRuntime do
case result do
{:ok, %{json: nil, content: content}} when is_binary(content) ->
Logger.warning(
Logger.debug(
"AI OpenAI-compatible response parsed but content is not valid JSON. Content: #{String.slice(content, 0, 500)}"
)