Skip to content

Commit 77f44a4

Browse files
seanzhougooglecopybara-github
authored andcommitted
refactor: remove the examples filed of LlmAgent which are no longer needed after migrating to example tool
PiperOrigin-RevId: 769757803
1 parent 484b33e commit 77f44a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/google/adk/agents/llm_agent.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,6 @@ class LlmAgent(BaseAgent):
204204
"""
205205
# Advance features - End
206206

207-
# TODO: remove below fields after migration. - Start
208-
# These fields are added back for easier migration.
209-
examples: Optional[ExamplesUnion] = None
210-
# TODO: remove above fields after migration. - End
211-
212207
# Callbacks - Start
213208
before_model_callback: Optional[BeforeModelCallback] = None
214209
"""Callback or list of callbacks to be called before calling the LLM.

0 commit comments

Comments
 (0)