We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484b33e commit 77f44a4Copy full SHA for 77f44a4
src/google/adk/agents/llm_agent.py
@@ -204,11 +204,6 @@ class LlmAgent(BaseAgent):
204
"""
205
# Advance features - End
206
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
-
212
# Callbacks - Start
213
before_model_callback: Optional[BeforeModelCallback] = None
214
"""Callback or list of callbacks to be called before calling the LLM.
0 commit comments