File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export const superagent = (
99 allAvailableAgents ?: string [ ] ,
1010) : Omit < SecretAgentDefinition , 'id' > => ( {
1111 model,
12- displayName : AGENT_PERSONAS . superagent . displayName ,
13- spawnerPrompt : AGENT_PERSONAS . superagent . purpose ,
12+ displayName : 'Superagent' ,
13+ spawnerPrompt : 'Superagent that can spawn multiple code editing agents to complete a task.' ,
1414 inputSchema : {
1515 prompt : {
1616 type : 'string' ,
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ export const thinkingBase = (
3838 allAvailableAgents ?: string [ ] ,
3939) : Omit < SecretAgentDefinition , 'id' > => ( {
4040 model,
41- displayName : AGENT_PERSONAS [ 'base-lite' ] . displayName ,
42- spawnerPrompt : AGENT_PERSONAS [ ' base-lite' ] . purpose ,
41+ displayName : 'Buffy the Lite Base Agent' ,
42+ spawnerPrompt : 'Lite base agent that orchestrates the full response.' ,
4343 inputSchema : {
4444 prompt : {
4545 type : 'string' ,
You can’t perform that action at this time.
0 commit comments