Refactor assistant message

This commit is contained in:
Saoud Rizwan
2024-10-06 04:14:52 -04:00
parent 05eab1f22f
commit 7ee0a58f9b
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import {
toolParamNames,
toolUseNames,
ToolUseName,
} from "./AssistantMessage"
} from "."
export function parseAssistantMessage(assistantMessage: string) {
let contentBlocks: AssistantMessageContent[] = []