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 2a145ba commit 58c5527Copy full SHA for 58c5527
sdk/ai/azure-ai-projects/azure/ai/projects/models/_patch.py
@@ -288,7 +288,7 @@ def get_token(
288
}
289
290
291
-def _map_type(annotation) -> Dict[str, Any]:
+def _map_type(annotation) -> Dict[str, Any]: # pylint: disable=too-many-return-statements
292
if annotation == inspect.Parameter.empty:
293
return {"type": "string"} # Default type if annotation is missing
294
0 commit comments