Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-agents-python
/ ReadSectionResult
Class
ReadSectionResult
src/agents/apply_diff.py:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
@dataclass
34
class
ReadSectionResult:
35
next_context: list[str]
36
section_chunks: list[Chunk]
37
end_index: int
38
eof: bool
39
40
41
END_PATCH =
"*** End Patch"
Callers
1
_read_section
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected