You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Clarify that LLMResponse.content should only contain user/model-generated content
PiperOrigin-RevId: 806157090
This commit is contained in:
committed by
Copybara-Service
parent
908757b47f
commit
a7f4e02dc7
@@ -52,7 +52,11 @@ class LlmResponse(BaseModel):
|
||||
"""The pydantic model config."""
|
||||
|
||||
content: Optional[types.Content] = None
|
||||
"""The content of the response."""
|
||||
"""The generative content of the response.
|
||||
|
||||
This should only contain content from the user or the model, and not any
|
||||
framework or system-generated data.
|
||||
"""
|
||||
|
||||
grounding_metadata: Optional[types.GroundingMetadata] = None
|
||||
"""The grounding metadata of the response."""
|
||||
|
||||
Reference in New Issue
Block a user