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