mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-13 20:24:53 +00:00
feat: add CLI arguments to agent create command for scripting (#5157)
This commit is contained in:
@@ -252,7 +252,7 @@ export namespace Agent {
|
||||
},
|
||||
},
|
||||
temperature: 0.3,
|
||||
prompt: [
|
||||
messages: [
|
||||
...system.map(
|
||||
(item): ModelMessage => ({
|
||||
role: "system",
|
||||
|
||||
Reference in New Issue
Block a user