Expand description
Persistent session-scoped note tool.
Canonical tool name: session_note.
The legacy memory_note name is accepted via executor-level alias routing.
This tool lets the model store (and later retrieve) per-session notes that are loaded into the system prompt at the start of each round.
Supports multiple topics per session so the model can track separate workstreams without clobbering each other.
Structs§
Type Aliases§
- Memory
Note Tool - Deprecated compatibility alias for older code paths. The canonical tool type
and registered tool name is
SessionNoteTool/session_note.