MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected