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 363b704 commit 8a6ed53Copy full SHA for 8a6ed53
src/humanloop/decorators/tool.py
@@ -223,7 +223,7 @@ def _build_function_parameters_property(func) -> _JSONSchemaFunctionParameters:
223
Ellipsis, # type: ignore
224
]
225
else:
226
- # Ellipsis not supported as type before Python 3.10
+ # Ellipsis not supported as type before Python 3.11
227
_PRIMITIVE_TYPES = Union[
228
str,
229
int,
0 commit comments