(no commit message)

This commit is contained in:
2025-10-20 10:23:20 -05:00
parent c1847586be
commit 177e98e068

View File

@@ -15,7 +15,7 @@ from plugins.llm_dspy import (
configure_lm, configure_lm,
judge_with_arbitration, judge_with_arbitration,
) )
from service.retrievers import NullRetriever from .retrievers import NullRetriever
configure_lm() configure_lm()
@@ -139,4 +139,3 @@ class JTBDDSPyAgent(PrecompiledAgent):
if self.config.return_json: if self.config.return_json:
return json.dumps(payload) return json.dumps(payload)
return str(payload) return str(payload)