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

Function approval_note

tests/test_hitl_session_scenario.py:52–54  ·  view source on GitHub ↗
(query: str)

Source from the content-addressed store, hash-verified

50 needs_approval=True,
51)
52def approval_note(query: str) -> str:
53 execute_counts[TOOL_NOTE] = execute_counts.get(TOOL_NOTE, 0) + 1
54 return f"approved_note:{query}"
55
56
57@dataclass(frozen=True)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected