Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
)
52
def
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
get
Method · 0.45
Tested by
no test coverage detected