Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
class
Chunk:
15
orig_index: int
16
del_lines: list[str]
17
ins_lines: list[str]
18
19
20
@dataclass
Callers
3
test_apply_chunks_rejects_bad_chunks
Function · 0.90
_parse_update_diff
Function · 0.85
_read_section
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_apply_chunks_rejects_bad_chunks
Function · 0.72