Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-agents-python
/ no_args_function
Function
no_args_function
tests/test_function_schema.py:14–17 ·
view source on GitHub ↗
This function has no args.
()
Source
from the content-addressed store, hash-verified
12
13
14
def
no_args_function():
15
""
"This function has no args."
""
16
17
return
"ok"
18
19
20
def
test_no_args_function():
Callers
1
test_no_args_function
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected