feat(personas): Add persona_id support to Ticket/WorkerContext and ConductorEngine
This commit is contained in:
10
personas.toml
Normal file
10
personas.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[personas.Default]
|
||||
system_prompt = ""
|
||||
provider = "minimax"
|
||||
model = "MiniMax-M2.5"
|
||||
preferred_models = [
|
||||
"MiniMax-M2.5",
|
||||
]
|
||||
temperature = 0.0
|
||||
top_p = 1.0
|
||||
max_output_tokens = 32000
|
||||
Reference in New Issue
Block a user