MCPcopy
hub / github.com/openai/openai-python / _no_transform_needed

Function _no_transform_needed

src/openai/_utils/_transform.py:150–151  ·  view source on GitHub ↗
(annotation: type)

Source from the content-addressed store, hash-verified

148
149
150def _no_transform_needed(annotation: type) -> bool:
151 return annotation == float or annotation == int
152
153
154def _transform_recursive(

Callers 2

_transform_recursiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected