pub fn recall_context_tool(session: Arc<MemorySession>) -> TypedTool<RecallArgs>Expand description
Build the recall_context tool for a session.
The handler is a state read on the happy path: by the time the model asks, the answer was prepared while it was speaking.