MCPcopy
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
14def no_args_function():
15 """This function has no args."""
16
17 return "ok"
18
19
20def test_no_args_function():

Callers 1

test_no_args_functionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected