Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
147
class
OuterModel(BaseModel):
148
inner: InnerModel
149
foo: Foo
150
151
152
def
complex_args_function(model: OuterModel) -> str:
Callers
2
test_nested_data_function
Function · 0.85
test_complex_args_and_docs_function
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_nested_data_function
Function · 0.68
test_complex_args_and_docs_function
Function · 0.68