File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ export class Cline extends EventEmitter<ClineEvents> {
568568 async sayAndCreateMissingParamError ( toolName : ToolUseName , paramName : string , relPath ?: string ) {
569569 await this . say (
570570 "error" ,
571- `Roo tried to use ${ toolName } ${
571+ `Seawolf tried to use ${ toolName } ${
572572 relPath ? ` for '${ relPath . toPosix ( ) } '` : ""
573573 } without value for required parameter '${ paramName } '. Retrying...`,
574574 )
@@ -2633,7 +2633,7 @@ export class Cline extends EventEmitter<ClineEvents> {
26332633 this . consecutiveMistakeCount ++
26342634 await this . say (
26352635 "error" ,
2636- `Roo tried to use ${ tool_name } with an invalid JSON argument. Retrying...` ,
2636+ `Seawolf tried to use ${ tool_name } with an invalid JSON argument. Retrying...` ,
26372637 )
26382638 pushToolResult (
26392639 formatResponse . toolError (
You can’t perform that action at this time.
0 commit comments