@vibes.diy/api-types 2.0.0-dev-cli-s → 2.0.0-dev-cli-t
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chat.d.ts +11 -0
- package/package.json +2 -2
- package/prompt.d.ts +2 -0
package/chat.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ export declare const reqCreationPromptChatSection: import("arktype/internal/vari
|
|
|
62
62
|
frequency_penalty?: number | undefined;
|
|
63
63
|
presence_penalty?: number | undefined;
|
|
64
64
|
stop?: string | string[] | undefined;
|
|
65
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
65
66
|
};
|
|
66
67
|
}, {}>;
|
|
67
68
|
export declare function isReqCreationPromptChatSection(obj: unknown): obj is typeof reqCreationPromptChatSection.infer;
|
|
@@ -92,6 +93,7 @@ export declare const reqPromptApplicationChatSection: import("arktype/internal/v
|
|
|
92
93
|
frequency_penalty?: number | undefined;
|
|
93
94
|
presence_penalty?: number | undefined;
|
|
94
95
|
stop?: string | string[] | undefined;
|
|
96
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
95
97
|
};
|
|
96
98
|
}, {}>;
|
|
97
99
|
export declare function isReqPromptApplicationChatSection(obj: unknown): obj is typeof reqPromptApplicationChatSection.infer;
|
|
@@ -122,6 +124,7 @@ export declare const reqPromptImageChatSection: import("arktype/internal/variant
|
|
|
122
124
|
frequency_penalty?: number | undefined;
|
|
123
125
|
presence_penalty?: number | undefined;
|
|
124
126
|
stop?: string | string[] | undefined;
|
|
127
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
125
128
|
};
|
|
126
129
|
}, {}>;
|
|
127
130
|
export declare function isReqPromptImageChatSection(obj: unknown): obj is typeof reqPromptImageChatSection.infer;
|
|
@@ -303,6 +306,7 @@ export declare const reqPromptLLMChatSection: import("arktype/internal/variants/
|
|
|
303
306
|
frequency_penalty?: number | undefined;
|
|
304
307
|
presence_penalty?: number | undefined;
|
|
305
308
|
stop?: string | string[] | undefined;
|
|
309
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
306
310
|
};
|
|
307
311
|
} | {
|
|
308
312
|
type: "vibes.diy.req-prompt-chat-section";
|
|
@@ -331,6 +335,7 @@ export declare const reqPromptLLMChatSection: import("arktype/internal/variants/
|
|
|
331
335
|
frequency_penalty?: number | undefined;
|
|
332
336
|
presence_penalty?: number | undefined;
|
|
333
337
|
stop?: string | string[] | undefined;
|
|
338
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
334
339
|
};
|
|
335
340
|
} | {
|
|
336
341
|
type: "vibes.diy.req-prompt-chat-section";
|
|
@@ -359,6 +364,7 @@ export declare const reqPromptLLMChatSection: import("arktype/internal/variants/
|
|
|
359
364
|
frequency_penalty?: number | undefined;
|
|
360
365
|
presence_penalty?: number | undefined;
|
|
361
366
|
stop?: string | string[] | undefined;
|
|
367
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
362
368
|
};
|
|
363
369
|
}, {}>;
|
|
364
370
|
export type ReqPromptLLMChatSection = typeof reqPromptLLMChatSection.infer;
|
|
@@ -493,6 +499,7 @@ export declare const reqPromptChatSection: import("arktype/internal/variants/obj
|
|
|
493
499
|
frequency_penalty?: number | undefined;
|
|
494
500
|
presence_penalty?: number | undefined;
|
|
495
501
|
stop?: string | string[] | undefined;
|
|
502
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
496
503
|
};
|
|
497
504
|
} | {
|
|
498
505
|
type: "vibes.diy.req-prompt-chat-section";
|
|
@@ -521,6 +528,7 @@ export declare const reqPromptChatSection: import("arktype/internal/variants/obj
|
|
|
521
528
|
frequency_penalty?: number | undefined;
|
|
522
529
|
presence_penalty?: number | undefined;
|
|
523
530
|
stop?: string | string[] | undefined;
|
|
531
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
524
532
|
};
|
|
525
533
|
} | {
|
|
526
534
|
type: "vibes.diy.req-prompt-chat-section";
|
|
@@ -549,6 +557,7 @@ export declare const reqPromptChatSection: import("arktype/internal/variants/obj
|
|
|
549
557
|
frequency_penalty?: number | undefined;
|
|
550
558
|
presence_penalty?: number | undefined;
|
|
551
559
|
stop?: string | string[] | undefined;
|
|
560
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
552
561
|
};
|
|
553
562
|
} | {
|
|
554
563
|
type: "vibes.diy.req-prompt-chat-section";
|
|
@@ -866,6 +875,7 @@ export declare const PromptAndBlockMsgs: import("arktype/internal/variants/objec
|
|
|
866
875
|
frequency_penalty?: number | undefined;
|
|
867
876
|
presence_penalty?: number | undefined;
|
|
868
877
|
stop?: string | string[] | undefined;
|
|
878
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
869
879
|
};
|
|
870
880
|
} | {
|
|
871
881
|
streamId: string;
|
|
@@ -1129,6 +1139,7 @@ export declare const sectionEvent: import("arktype/internal/variants/object.ts")
|
|
|
1129
1139
|
frequency_penalty?: number | undefined;
|
|
1130
1140
|
presence_penalty?: number | undefined;
|
|
1131
1141
|
stop?: string | string[] | undefined;
|
|
1142
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
1132
1143
|
};
|
|
1133
1144
|
} | {
|
|
1134
1145
|
streamId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibes.diy/api-types",
|
|
3
|
-
"version": "2.0.0-dev-cli-
|
|
3
|
+
"version": "2.0.0-dev-cli-t",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@fireproof/core-types-base": "~0.24.16",
|
|
15
15
|
"@fireproof/core-types-protocols-cloud": "~0.24.16",
|
|
16
16
|
"@fireproof/core-types-protocols-dashboard": "~0.24.16",
|
|
17
|
-
"@vibes.diy/call-ai-v2": "2.0.0-dev-cli-
|
|
17
|
+
"@vibes.diy/call-ai-v2": "2.0.0-dev-cli-t",
|
|
18
18
|
"arktype": "~2.2.0"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
package/prompt.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export declare const PromptReq: import("arktype/internal/variants/object.ts").Ob
|
|
|
28
28
|
frequency_penalty?: number | undefined;
|
|
29
29
|
presence_penalty?: number | undefined;
|
|
30
30
|
stop?: string | string[] | undefined;
|
|
31
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
31
32
|
};
|
|
32
33
|
}, {}>;
|
|
33
34
|
export type PromptReq = typeof PromptReq.infer;
|
|
@@ -129,6 +130,7 @@ export declare const PromptMsgs: import("arktype/internal/variants/object.ts").O
|
|
|
129
130
|
frequency_penalty?: number | undefined;
|
|
130
131
|
presence_penalty?: number | undefined;
|
|
131
132
|
stop?: string | string[] | undefined;
|
|
133
|
+
verbosity?: "high" | "low" | "max" | "medium" | undefined;
|
|
132
134
|
};
|
|
133
135
|
} | {
|
|
134
136
|
streamId: string;
|