You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/adk-sample-creator/SKILL.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,6 @@ The `agent.py` should focus on demonstrating a specific feature or agent pattern
30
30
> [!IMPORTANT]
31
31
> **Model Selection**: Do not set the `model` parameter explicitly (e.g., `model="gemini-2.5-flash"`) on `Agent` instances in sample agents. Instead, let them default to the system-configured model, unless a specific model is explicitly requested by the user.
32
32
33
-
> [!IMPORTANT]
34
-
> **Context Usage**: Prefer using the unified `Context` class (imported from
35
-
> `google.adk`) instead of the legacy `ToolContext` or `CallbackContext`
0 commit comments