Refactor assistant message

This commit is contained in:
Saoud Rizwan
2024-10-06 04:12:26 -04:00
parent 34f160b35a
commit 05eab1f22f
3 changed files with 2 additions and 2 deletions

View File

@@ -36,8 +36,8 @@ import { calculateApiCost } from "../utils/cost"
import { fileExistsAtPath } from "../utils/fs"
import { arePathsEqual, getReadablePath } from "../utils/path"
import { parseMentions } from "./mentions"
import { AssistantMessageContent, ToolParamName, ToolUseName } from "./prompts/AssistantMessage"
import { parseAssistantMessage } from "./prompts/parse-assistant-message"
import { AssistantMessageContent, ToolParamName, ToolUseName } from "./assistant-message"
import { parseAssistantMessage } from "./assistant-message/parse-assistant-message"
import { formatResponse } from "./prompts/responses"
import { addCustomInstructions, SYSTEM_PROMPT } from "./prompts/system"
import { truncateHalfConversation } from "./sliding-window"