MCPcopy
hub / github.com/openai/openai-agents-python / bar

Method bar

tests/test_function_schema.py:251–252  ·  view source on GitHub ↗
(cls, a: int, b: int = 5)

Source from the content-addressed store, hash-verified

249
250 @classmethod
251 def bar(cls, a: int, b: int = 5):
252 return a + b
253
254 @classmethod
255 def bar_ctx(cls, ctx: RunContextWrapper[str], a: int, b: int = 5):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected