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

Class Chunk

src/agents/apply_diff.py:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13@dataclass
14class Chunk:
15 orig_index: int
16 del_lines: list[str]
17 ins_lines: list[str]
18
19
20@dataclass

Callers 3

_parse_update_diffFunction · 0.85
_read_sectionFunction · 0.85

Calls

no outgoing calls

Tested by 1