refactor: remove the examples filed of LlmAgent which are no longer needed after migrating to example tool

PiperOrigin-RevId: 769757803
This commit is contained in:
Xiang (Sean) Zhou
2025-06-10 12:55:08 -07:00
committed by Copybara-Service
parent 484b33ef10
commit 77f44a4e45
-5
View File
@@ -204,11 +204,6 @@ class LlmAgent(BaseAgent):
"""
# Advance features - End
# TODO: remove below fields after migration. - Start
# These fields are added back for easier migration.
examples: Optional[ExamplesUnion] = None
# TODO: remove above fields after migration. - End
# Callbacks - Start
before_model_callback: Optional[BeforeModelCallback] = None
"""Callback or list of callbacks to be called before calling the LLM.