@zodic/shared 0.0.44 → 0.0.46
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/api/index.ts +0 -1
- package/package.json +1 -1
- package/types/scopes/generic.ts +1 -1
package/api/index.ts
CHANGED
package/package.json
CHANGED
package/types/scopes/generic.ts
CHANGED
|
@@ -145,7 +145,7 @@ export type BatchInputItem = {
|
|
|
145
145
|
messages: Array<{ role: 'system' | 'user' | 'assistant'; content: string }>;
|
|
146
146
|
};
|
|
147
147
|
|
|
148
|
-
export type
|
|
148
|
+
export type BatchResponse = {
|
|
149
149
|
id: string;
|
|
150
150
|
status: 'completed' | 'failed';
|
|
151
151
|
result?: {
|