chore: Updates model_config docstring to explicitly mentioning pydantic.

This is to disambiguate between pydantic model and LLM.

PiperOrigin-RevId: 754981617
This commit is contained in:
Wei Sun (Jack)
2025-05-05 10:12:09 -07:00
committed by Copybara-Service
parent a930633fad
commit dbea793cf5
15 changed files with 18 additions and 13 deletions
+1
View File
@@ -50,6 +50,7 @@ class BaseAgent(BaseModel):
arbitrary_types_allowed=True,
extra='forbid',
)
"""The pydantic model config."""
name: str
"""The agent's name.