mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-24 14:17:45 -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
@@ -38,6 +38,7 @@ class Session(BaseModel):
|
||||
extra='forbid',
|
||||
arbitrary_types_allowed=True,
|
||||
)
|
||||
"""The pydantic model config."""
|
||||
|
||||
id: str
|
||||
"""The unique identifier of the session."""
|
||||
|
||||
Reference in New Issue
Block a user