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

Class ApplyPatchResult

src/agents/editor.py:27–31  ·  view source on GitHub ↗

Optional metadata returned by editor operations.

Source from the content-addressed store, hash-verified

25
26@dataclass(**_DATACLASS_KWARGS)
27class ApplyPatchResult:
28 """Optional metadata returned by editor operations."""
29
30 status: Literal["completed", "failed"] | None = None
31 output: str | None = None
32
33
34@runtime_checkable

Callers 15

create_fileMethod · 0.90
update_fileMethod · 0.90
delete_fileMethod · 0.90
update_fileMethod · 0.90
create_fileMethod · 0.90
update_fileMethod · 0.90
create_fileMethod · 0.90
delete_fileMethod · 0.90
create_fileMethod · 0.90
update_fileMethod · 0.90
delete_fileMethod · 0.90
create_fileMethod · 0.90

Calls

no outgoing calls

Tested by 8

create_fileMethod · 0.72
update_fileMethod · 0.72
delete_fileMethod · 0.72
update_fileMethod · 0.72
create_fileMethod · 0.72
update_fileMethod · 0.72
create_fileMethod · 0.72
delete_fileMethod · 0.72