Skip to content

Commit b91359b

Browse files
committed
improve comment
1 parent 73b1c6c commit b91359b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/tools/_gemini_schema_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def _sanitize_schema_formats_for_gemini(
166166

167167

168168
def _to_gemini_schema(openapi_schema: dict[str, Any]) -> Schema:
169-
"""Converts an OpenAPI schema dictionary to a Gemini Schema object."""
169+
"""Converts an OpenAPI v3.1. schema dictionary to a Gemini Schema object."""
170170
if openapi_schema is None:
171171
return None
172172

0 commit comments

Comments
 (0)