MCPcopy Create free account
hub / github.com/openai/openai-agents-python / ExampleResult

Class ExampleResult

examples/run_examples.py:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121@dataclass
122class ExampleResult:
123 script: ExampleScript
124 status: str
125 reason: str = ""
126 log_path: Path | None = None
127 exit_code: int | None = None
128
129
130@dataclass

Callers 2

run_singleFunction · 0.85
run_examplesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected