We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21520e4 commit eb6cf10Copy full SHA for eb6cf10
packages/tasks/src/snippets/common.ts
@@ -1,13 +1,5 @@
1
import type { ChatCompletionInputMessage, GenerationParameters } from "../tasks";
2
3
-export interface StringifyMessagesOptions {
4
- sep: string;
5
- start: string;
6
- end: string;
7
- attributeKeyQuotes?: boolean;
8
- customContentEscaper?: (str: string) => string;
9
-}
10
-
11
export function stringifyMessages(
12
messages: ChatCompletionInputMessage[],
13
opts?: {
0 commit comments