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

Class ParserState

src/agents/apply_diff.py:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20@dataclass
21class ParserState:
22 lines: list[str]
23 index: int = 0
24 fuzz: int = 0
25
26
27@dataclass

Calls

no outgoing calls