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

Method cast

src/openai/lib/_tools.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 self.model = model
35
36 def cast(self) -> ResponsesFunctionToolParam:
37 return cast(ResponsesFunctionToolParam, self)
38
39
40def pydantic_function_tool(

Callers 1

_make_toolsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected