feat: add CLI arguments to agent create command for scripting (#5157)

This commit is contained in:
Timor
2025-12-09 21:09:45 -06:00
committed by GitHub
parent c1ee6d6c41
commit b2057791aa
2 changed files with 171 additions and 87 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ export namespace Agent {
},
},
temperature: 0.3,
prompt: [
messages: [
...system.map(
(item): ModelMessage => ({
role: "system",