mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2026-02-04 22:06:23 -06:00
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:
committed by
Copybara-Service
parent
a930633fad
commit
dbea793cf5
@@ -50,6 +50,7 @@ class BaseAgent(BaseModel):
|
||||
arbitrary_types_allowed=True,
|
||||
extra='forbid',
|
||||
)
|
||||
"""The pydantic model config."""
|
||||
|
||||
name: str
|
||||
"""The agent's name.
|
||||
|
||||
Reference in New Issue
Block a user