Add Macro-In-Macro Support (#337)

Add full macro-in-macro support so any user defined macro can contain another one as long as it was previously declared in the configuration file.

Fixes #336
Supercedes #335
This commit is contained in:
Benson Wong
2025-10-06 22:57:15 -07:00
committed by GitHub
parent 70930e4e91
commit 00b738cd0f
7 changed files with 718 additions and 71 deletions

View File

@@ -156,7 +156,7 @@ groups:
LogLevel: "info",
StartPort: 5800,
Macros: MacroList{
"svr-path": "path/to/server",
{"svr-path", "path/to/server"},
},
Models: map[string]ModelConfig{
"model1": {