refactor: trim embedding batch internal exports · openclaw/openclaw@cc25646
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -19,12 +19,12 @@ type EmbeddingBatchExecutionParams = {
|
19 | 19 | debug?: (message: string, data?: Record<string, unknown>) => void; |
20 | 20 | }; |
21 | 21 | |
22 | | -export type GeminiBatchRequest = { |
| 22 | +type GeminiBatchRequest = { |
23 | 23 | custom_id: string; |
24 | 24 | request: GeminiTextEmbeddingRequest; |
25 | 25 | }; |
26 | 26 | |
27 | | -export type GeminiBatchStatus = { |
| 27 | +type GeminiBatchStatus = { |
28 | 28 | name?: string; |
29 | 29 | state?: string; |
30 | 30 | outputConfig?: { file?: string; fileId?: string }; |
@@ -36,7 +36,7 @@ export type GeminiBatchStatus = {
|
36 | 36 | error?: { message?: string }; |
37 | 37 | }; |
38 | 38 | |
39 | | -export type GeminiBatchOutputLine = { |
| 39 | +type GeminiBatchOutputLine = { |
40 | 40 | key?: string; |
41 | 41 | custom_id?: string; |
42 | 42 | request_id?: string; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。