MCPcopy Index your code
hub / github.com/openai/openai-agents-python / ParsedUpdateDiff

Class ParsedUpdateDiff

src/agents/apply_diff.py:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27@dataclass
28class ParsedUpdateDiff:
29 chunks: list[Chunk]
30 fuzz: int
31
32
33@dataclass

Callers 1

_parse_update_diffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected