Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
class
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_single
Function · 0.85
run_examples
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected