MCPcopy
hub / github.com/openai/openai-agents-python / OuterModel

Class OuterModel

tests/test_function_schema.py:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147class OuterModel(BaseModel):
148 inner: InnerModel
149 foo: Foo
150
151
152def complex_args_function(model: OuterModel) -> str:

Callers 2

Calls

no outgoing calls

Tested by 2