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

This commit is contained in:
Timor
2025-12-10 05:09:45 +02:00
committed by GitHub
parent c1ee6d6c41
commit b2057791aa
2 changed files with 171 additions and 87 deletions

View File

@@ -252,7 +252,7 @@ export namespace Agent {
},
},
temperature: 0.3,
prompt: [
messages: [
...system.map(
(item): ModelMessage => ({
role: "system",