MCPcopy
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
267def test_class_based_functions():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected