Skip to content

Commit 2365414

Browse files
committed
fast forward
1 parent 7767034 commit 2365414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/Cline.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)