@spacex110/core 0.1.13 → 0.1.14

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/dist/index.d.ts CHANGED
@@ -595,7 +595,7 @@ export declare interface ProviderStrategy {
595
595
  parseChatResponse: (data: any) => string;
596
596
  /** 从一个 SSE data 块中提取增量文本(流式)。返回空字符串表示无内容。 */
597
597
  parseStreamChunk?: (data: any) => string;
598
- buildHeaders: (apiKey: string) => Record<string, string>;
598
+ buildHeaders: (apiKey: string, baseUrl?: string) => Record<string, string>;
599
599
  }
600
600
 
601
601
  export declare interface ResolvedConfig {