mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 15:11:23 +00:00
fix: make node-llama-cpp optional
This commit is contained in:
@@ -100,7 +100,7 @@ function formatTemplateValue(value: unknown): string {
|
||||
.join(",");
|
||||
}
|
||||
if (typeof value === "object") {
|
||||
return JSON.stringify(value);
|
||||
return "";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user