Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/openai-agents-python
/ baz
Method
baz
tests/test_function_schema.py:259–260 ·
view source on GitHub ↗
(a: int, b: int = 5)
Source
from the content-addressed store, hash-verified
257
258
@staticmethod
259
def
baz(a: int, b: int = 5):
260
return
a + b
261
262
@staticmethod
263
def
baz_ctx(ctx: RunContextWrapper[str], a: int, b: int = 5):
Callers
1
test_class_based_functions
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected