fixed docstring

This commit is contained in:
Dillon DuPont
2025-08-05 12:54:23 -04:00
parent 0063eccb79
commit 74a25f2003

View File

@@ -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):