MCPcopy
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
34class ReadSectionResult:
35 next_context: list[str]
36 section_chunks: list[Chunk]
37 end_index: int
38 eof: bool
39
40
41END_PATCH = "*** End Patch"

Callers 1

_read_sectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected