From b7d50e51989c69e8761ba89b781eb402a387dfed Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 20 Nov 2025 06:58:37 +0000 Subject: [PATCH] Create a placeholder page for the DialogManager --- Dialog-Manager.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Dialog-Manager.md diff --git a/Dialog-Manager.md b/Dialog-Manager.md new file mode 100644 index 0000000..26d0163 --- /dev/null +++ b/Dialog-Manager.md @@ -0,0 +1,3 @@ +The Dialog Manager is an API exposed by the module to help make writing macros that ask for information easier to write. + +## Interface \ No newline at end of file