open-notebook/pages/stream_app/consts.py
2024-11-18 22:01:49 -03:00

10 lines
176 B
Python

source_context_icons = [
"⛔ not in context",
"🟡 insights",
"🟢 full content",
]
note_context_icons = [
"⛔ not in context",
"🟢 full content",
]