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

Function complex_args_function

tests/test_function_schema.py:152–153  ·  view source on GitHub ↗
(model: OuterModel)

Source from the content-addressed store, hash-verified

150
151
152def complex_args_function(model: OuterModel) -> str:
153 return f"{model.inner.a}, {model.inner.b}, {model.foo['a']}, {model.foo['b']}"
154
155
156def test_nested_data_function():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected