Refactor AssistantMessage

This commit is contained in:
Saoud Rizwan
2024-09-29 02:56:15 -04:00
parent ab327e3bbf
commit 156f735c89
2 changed files with 1 additions and 1 deletions

View File

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