We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b1c6c commit b91359bCopy full SHA for b91359b
1 file changed
src/google/adk/tools/_gemini_schema_util.py
@@ -166,7 +166,7 @@ def _sanitize_schema_formats_for_gemini(
166
167
168
def _to_gemini_schema(openapi_schema: dict[str, Any]) -> Schema:
169
- """Converts an OpenAPI schema dictionary to a Gemini Schema object."""
+ """Converts an OpenAPI v3.1. schema dictionary to a Gemini Schema object."""
170
if openapi_schema is None:
171
return None
172
0 commit comments