Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/openai-agents-python
/ Bar
Class
Bar
tests/test_function_tool.py:227–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
226
227
class
Bar(TypedDict):
228
x: str
229
y: int
230
231
232
def
complex_args_function(foo: Foo, bar: Bar, baz: str =
"hello"
):
Callers
1
test_complex_args_function
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_complex_args_function
Function · 0.56