ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: лимиты Voice Tasker до OpenAI pipeline

This commit is contained in:
DCCONSTRUCTIONS
2026-04-28 14:06:25 +03:00
parent 46e27a326c
commit a0c0db27f3
4 changed files with 209 additions and 17 deletions
+6
View File
@@ -192,6 +192,12 @@ export type TVoiceTaskUploadResult = {
size: number;
};
client_context?: Record<string, unknown>;
limit_scope?: "user" | "workspace";
limit?: number;
used?: number;
window_seconds?: number;
retry_after?: number;
reset_at?: string;
code?: string;
error?: string;
};