From 74a25f2003ca6a6d42fdcfdc729a18e35e2bf860 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Tue, 5 Aug 2025 12:54:23 -0400 Subject: [PATCH] fixed docstring --- libs/python/agent/agent/loops/composed_grounded.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/python/agent/agent/loops/composed_grounded.py b/libs/python/agent/agent/loops/composed_grounded.py index 1371ff3f..cf029d13 100644 --- a/libs/python/agent/agent/loops/composed_grounded.py +++ b/libs/python/agent/agent/loops/composed_grounded.py @@ -121,7 +121,7 @@ class ComposedGroundedConfig: Composed-grounded agent configuration that uses both grounding and thinking models. The model parameter should be in format: "grounding_model+thinking_model" - e.g., "gpt-4o+claude-3-5-sonnet-20241022" + e.g., "huggingface-local/HelloKKMe/GTA1-7B+gemini/gemini-1.5-pro" """ def __init__(self):