Skip to content

Commit eb6cf10

Browse files
committed
Rm unused code
1 parent 21520e4 commit eb6cf10

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/tasks/src/snippets/common.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
import type { ChatCompletionInputMessage, GenerationParameters } from "../tasks";
22

3-
export interface StringifyMessagesOptions {
4-
sep: string;
5-
start: string;
6-
end: string;
7-
attributeKeyQuotes?: boolean;
8-
customContentEscaper?: (str: string) => string;
9-
}
10-
113
export function stringifyMessages(
124
messages: ChatCompletionInputMessage[],
135
opts?: {

0 commit comments

Comments
 (0)