We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a6c7c commit 0b6c156Copy full SHA for 0b6c156
1 file changed
src/google/adk/skills/_utils.py
@@ -96,7 +96,7 @@ def _load_dir(directory: pathlib.Path) -> dict[str, str]:
96
97
def _parse_skill_md(
98
skill_dir: pathlib.Path,
99
-) -> tuple[dict, str, pathlib.Path]:
+) -> tuple[dict[str, object], str, pathlib.Path]:
100
"""Parse SKILL.md from a skill directory.
101
102
Args:
0 commit comments