Browse Source

Refactor AssistantMessage

Saoud Rizwan 1 year ago
parent
commit
156f735c89
2 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/ClaudeDev.ts
  2. 0 0
      src/core/prompts/AssistantMessage.ts

+ 1 - 1
src/core/ClaudeDev.ts

@@ -36,7 +36,7 @@ import {
 	toolCallNames,
 	ToolParamName,
 	toolParamNames,
-} from "./AssistantMessage"
+} from "./prompts/AssistantMessage"
 import { parseMentions } from "./mentions"
 import { formatResponse } from "./prompts/responses"
 import { addCustomInstructions, SYSTEM_PROMPT } from "./prompts/system"

+ 0 - 0
src/core/AssistantMessage.ts → src/core/prompts/AssistantMessage.ts