@langchain/google-common 1.0.3 → 1.0.4
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/CHANGELOG.md +11 -0
- package/dist/utils/stream.cjs +24 -5
- package/dist/utils/stream.cjs.map +1 -1
- package/dist/utils/stream.js +24 -5
- package/dist/utils/stream.js.map +1 -1
- package/package.json +39 -38
- package/dist/auth.d.cts.map +0 -1
- package/dist/auth.d.ts.map +0 -1
- package/dist/chat_models.d.cts.map +0 -1
- package/dist/chat_models.d.ts.map +0 -1
- package/dist/connection.d.cts.map +0 -1
- package/dist/connection.d.ts.map +0 -1
- package/dist/embeddings.d.cts.map +0 -1
- package/dist/embeddings.d.ts.map +0 -1
- package/dist/experimental/media.d.cts.map +0 -1
- package/dist/experimental/media.d.ts.map +0 -1
- package/dist/experimental/utils/media_core.d.cts.map +0 -1
- package/dist/experimental/utils/media_core.d.ts.map +0 -1
- package/dist/llms.d.cts.map +0 -1
- package/dist/llms.d.ts.map +0 -1
- package/dist/output_parsers.d.cts.map +0 -1
- package/dist/output_parsers.d.ts.map +0 -1
- package/dist/types-anthropic.d.cts.map +0 -1
- package/dist/types-anthropic.d.ts.map +0 -1
- package/dist/types.d.cts.map +0 -1
- package/dist/types.d.ts.map +0 -1
- package/dist/utils/common.d.cts.map +0 -1
- package/dist/utils/common.d.ts.map +0 -1
- package/dist/utils/failed_handler.d.cts.map +0 -1
- package/dist/utils/failed_handler.d.ts.map +0 -1
- package/dist/utils/gemini.d.cts.map +0 -1
- package/dist/utils/gemini.d.ts.map +0 -1
- package/dist/utils/palm.d.cts.map +0 -1
- package/dist/utils/palm.d.ts.map +0 -1
- package/dist/utils/safety.d.cts.map +0 -1
- package/dist/utils/safety.d.ts.map +0 -1
- package/dist/utils/stream.d.cts.map +0 -1
- package/dist/utils/stream.d.ts.map +0 -1
- package/dist/utils/zod_to_gemini_parameters.d.cts.map +0 -1
- package/dist/utils/zod_to_gemini_parameters.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.cts","names":["GeminiTool","GoogleAIBaseLanguageModelCallOptions","GoogleAIModelParams","GoogleAIModelRequestParams","GoogleAIToolType","VertexModelFamily","copyAIModelParams","convertToGeminiTools","copyAIModelParamsInto","modelToFamily","modelToPublisher","validateModelParams","copyAndValidateModelParamsInto"],"sources":["../../src/utils/common.d.ts"],"sourcesContent":["import { GeminiTool, GoogleAIBaseLanguageModelCallOptions, GoogleAIModelParams, GoogleAIModelRequestParams, GoogleAIToolType, VertexModelFamily } from \"../types.js\";\nexport declare function copyAIModelParams(params: GoogleAIModelParams | undefined, options: GoogleAIBaseLanguageModelCallOptions | undefined): GoogleAIModelRequestParams;\nexport declare function convertToGeminiTools(tools: GoogleAIToolType[]): GeminiTool[];\nexport declare function copyAIModelParamsInto(params: GoogleAIModelParams | undefined, options: GoogleAIBaseLanguageModelCallOptions | undefined, target: GoogleAIModelParams): GoogleAIModelRequestParams;\nexport declare function modelToFamily(modelName: string | undefined): VertexModelFamily;\nexport declare function modelToPublisher(modelName: string | undefined): string;\nexport declare function validateModelParams(params: GoogleAIModelParams | undefined): void;\nexport declare function copyAndValidateModelParamsInto(params: GoogleAIModelParams | undefined, target: GoogleAIModelParams): GoogleAIModelParams;\n"],"mappings":";;;iBACwBM,iBAAAA,SAA0BJ,0CAA0CD,mDAAmDE;iBACvHI,oBAAAA,QAA4BH,qBAAqBJ;AADjDM,iBAEAE,qBAAAA,CAFiB,MAAA,EAEaN,mBAFb,GAAA,SAAA,EAAA,OAAA,EAEuDD,oCAFvD,GAAA,SAAA,EAAA,MAAA,EAEiHC,mBAFjH,CAAA,EAEuIC,0BAFvI;AAAA,iBAGjBM,aAAAA,CAHiB,SAAA,EAAA,MAAA,GAAA,SAAA,CAAA,EAG6BJ,iBAH7B;AAASH,iBAI1BQ,gBAAAA,CAJ0BR,SAAAA,EAAAA,MAAAA,GAAAA,SAAAA,CAAAA,EAAAA,MAAAA;AAA0CD,iBAKpEU,mBAAAA,CALoEV,MAAAA,EAKxCC,mBALwCD,GAAAA,SAAAA,CAAAA,EAAAA,IAAAA;AAAmDE,iBAMvHS,8BAAAA,CANuHT,MAAAA,EAMhFD,mBANgFC,GAAAA,SAAAA,EAAAA,MAAAA,EAMvCD,mBANuCC,CAAAA,EAMjBD,mBANiBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","names":["GeminiTool","GoogleAIBaseLanguageModelCallOptions","GoogleAIModelParams","GoogleAIModelRequestParams","GoogleAIToolType","VertexModelFamily","copyAIModelParams","convertToGeminiTools","copyAIModelParamsInto","modelToFamily","modelToPublisher","validateModelParams","copyAndValidateModelParamsInto"],"sources":["../../src/utils/common.d.ts"],"sourcesContent":["import { GeminiTool, GoogleAIBaseLanguageModelCallOptions, GoogleAIModelParams, GoogleAIModelRequestParams, GoogleAIToolType, VertexModelFamily } from \"../types.js\";\nexport declare function copyAIModelParams(params: GoogleAIModelParams | undefined, options: GoogleAIBaseLanguageModelCallOptions | undefined): GoogleAIModelRequestParams;\nexport declare function convertToGeminiTools(tools: GoogleAIToolType[]): GeminiTool[];\nexport declare function copyAIModelParamsInto(params: GoogleAIModelParams | undefined, options: GoogleAIBaseLanguageModelCallOptions | undefined, target: GoogleAIModelParams): GoogleAIModelRequestParams;\nexport declare function modelToFamily(modelName: string | undefined): VertexModelFamily;\nexport declare function modelToPublisher(modelName: string | undefined): string;\nexport declare function validateModelParams(params: GoogleAIModelParams | undefined): void;\nexport declare function copyAndValidateModelParamsInto(params: GoogleAIModelParams | undefined, target: GoogleAIModelParams): GoogleAIModelParams;\n"],"mappings":";;;iBACwBM,iBAAAA,SAA0BJ,0CAA0CD,mDAAmDE;iBACvHI,oBAAAA,QAA4BH,qBAAqBJ;AADjDM,iBAEAE,qBAAAA,CAFiB,MAAA,EAEaN,mBAFb,GAAA,SAAA,EAAA,OAAA,EAEuDD,oCAFvD,GAAA,SAAA,EAAA,MAAA,EAEiHC,mBAFjH,CAAA,EAEuIC,0BAFvI;AAAA,iBAGjBM,aAAAA,CAHiB,SAAA,EAAA,MAAA,GAAA,SAAA,CAAA,EAG6BJ,iBAH7B;AAASH,iBAI1BQ,gBAAAA,CAJ0BR,SAAAA,EAAAA,MAAAA,GAAAA,SAAAA,CAAAA,EAAAA,MAAAA;AAA0CD,iBAKpEU,mBAAAA,CALoEV,MAAAA,EAKxCC,mBALwCD,GAAAA,SAAAA,CAAAA,EAAAA,IAAAA;AAAmDE,iBAMvHS,8BAAAA,CANuHT,MAAAA,EAMhFD,mBANgFC,GAAAA,SAAAA,EAAAA,MAAAA,EAMvCD,mBANuCC,CAAAA,EAMjBD,mBANiBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"failed_handler.d.cts","names":["AsyncCallerParams","failedAttemptHandler","ensureParams"],"sources":["../../src/utils/failed_handler.d.ts"],"sourcesContent":["import { AsyncCallerParams } from \"@langchain/core/utils/async_caller\";\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport declare function failedAttemptHandler(error: any): void;\nexport declare function ensureParams(params?: AsyncCallerParams): AsyncCallerParams;\n"],"mappings":";;;;iBAEwBC,oBAAAA;AAAAA,iBACAC,YAAAA,CADoB,MAAA,CAAA,EACEF,iBADF,CAAA,EACsBA,iBADtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"failed_handler.d.ts","names":["AsyncCallerParams","failedAttemptHandler","ensureParams"],"sources":["../../src/utils/failed_handler.d.ts"],"sourcesContent":["import { AsyncCallerParams } from \"@langchain/core/utils/async_caller\";\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport declare function failedAttemptHandler(error: any): void;\nexport declare function ensureParams(params?: AsyncCallerParams): AsyncCallerParams;\n"],"mappings":";;;;iBAEwBC,oBAAAA;AAAAA,iBACAC,YAAAA,CADoB,MAAA,CAAA,EACEF,iBADF,CAAA,EACsBA,iBADtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gemini.d.cts","names":["GoogleLLMResponse","GoogleAIModelParams","GenerateContentResponseData","GoogleAISafetyHandler","GoogleAIAPI","GeminiAPIConfig","GoogleSpeechConfig","GoogleSpeechConfigSimplified","FunctionCall","ToolCall","FunctionCallRaw","ToolCallRaw","DefaultGeminiSafetySettings","DefaultGeminiSafetyHandler","MessageGeminiSafetySettings","MessageGeminiSafetyHandler","normalizeSpeechConfig","getGeminiAPI","validateGeminiParams","isModelGemini","isModelGemma"],"sources":["../../src/utils/gemini.d.ts"],"sourcesContent":["import { GoogleLLMResponse, GoogleAIModelParams, GenerateContentResponseData, GoogleAISafetyHandler, GoogleAIAPI, GeminiAPIConfig, GoogleSpeechConfig, GoogleSpeechConfigSimplified } from \"../types.js\";\nexport interface FunctionCall {\n name: string;\n arguments: string;\n}\nexport interface ToolCall {\n id: string;\n type: \"function\";\n function: FunctionCall;\n}\nexport interface FunctionCallRaw {\n name: string;\n arguments: object;\n}\nexport interface ToolCallRaw {\n id: string;\n type: \"function\";\n function: FunctionCallRaw;\n}\nexport interface DefaultGeminiSafetySettings {\n errorFinish?: string[];\n}\nexport declare class DefaultGeminiSafetyHandler implements GoogleAISafetyHandler {\n errorFinish: string[];\n constructor(settings?: DefaultGeminiSafetySettings);\n handleDataPromptFeedback(response: GoogleLLMResponse, data: GenerateContentResponseData): GenerateContentResponseData;\n handleDataFinishReason(response: GoogleLLMResponse, data: GenerateContentResponseData): GenerateContentResponseData;\n handleData(response: GoogleLLMResponse, data: GenerateContentResponseData): GenerateContentResponseData;\n handle(response: GoogleLLMResponse): GoogleLLMResponse;\n}\nexport interface MessageGeminiSafetySettings extends DefaultGeminiSafetySettings {\n msg?: string;\n forceNewMessage?: boolean;\n}\nexport declare class MessageGeminiSafetyHandler extends DefaultGeminiSafetyHandler {\n msg: string;\n forceNewMessage: boolean;\n constructor(settings?: MessageGeminiSafetySettings);\n setMessage(data: GenerateContentResponseData): GenerateContentResponseData;\n handleData(response: GoogleLLMResponse, data: GenerateContentResponseData): GenerateContentResponseData;\n}\nexport declare function normalizeSpeechConfig(config: GoogleSpeechConfig | GoogleSpeechConfigSimplified | undefined): GoogleSpeechConfig | undefined;\nexport declare function getGeminiAPI(config?: GeminiAPIConfig): GoogleAIAPI;\nexport declare function validateGeminiParams(params: GoogleAIModelParams): void;\nexport declare function isModelGemini(modelName: string): boolean;\nexport declare function isModelGemma(modelName: string): boolean;\n"],"mappings":";;;UACiBQ,YAAAA;;EAAAA,SAAAA,EAAAA,MAAY;AAI7B;AAKiBE,UALAD,QAAAA,CAKe;EAIfE,EAAAA,EAAAA,MAAAA;EAKAC,IAAAA,EAAAA,UAAAA;EAGIC,QAAAA,EAdPL,YAcOK;;AAEMD,UAdVF,eAAAA,CAcUE;EAA2B,IACfZ,EAAAA,MAAAA;EAAiB,SAAQE,EAAAA,MAAAA;;AAC3BF,UAZpBW,WAAAA,CAYoBX;EAAiB,EAAA,EAAQE,MAAAA;EAA2B,IAAGA,EAAAA,UAAAA;EAA2B,QAC9FF,EAVXU,eAUWV;;AAAuDE,UAR/DU,2BAAAA,CAQ+DV;EAA2B,WACtFF,CAAAA,EAAAA,MAAAA,EAAAA;;AANsCG,cAAtCU,0BAAAA,YAAsCV,qBAAAA,CAAAA;EAAqB,WAAA,EAAA,MAAA,EAAA;EAQ/DW,WAAAA,CAAAA,QAAoCF,CAApCE,EANUF,2BAM0BA;EAIhCG,wBAAAA,CAAAA,QAA0B,EATRf,iBASQ,EAAA,IAAA,EATiBE,2BASjB,CAAA,EAT+CA,2BAS/C;EAAA,sBAAA,CAAA,QAAA,EARVF,iBAQU,EAAA,IAAA,EAReE,2BAQf,CAAA,EAR6CA,2BAQ7C;EAAA,UAGpBY,CAAAA,QAAAA,EAVFd,iBAUEc,EAAAA,IAAAA,EAVuBZ,2BAUvBY,CAAAA,EAVqDZ,2BAUrDY;EAA2B,MACjCZ,CAAAA,QAAAA,EAVAF,iBAUAE,CAAAA,EAVoBF,iBAUpBE;;AACIF,UATRc,2BAAAA,SAAoCF,2BAS5BZ,CAAAA;EAAiB,GAAQE,CAAAA,EAAAA,MAAAA;EAA2B,eAAGA,CAAAA,EAAAA,OAAAA;;AALE,cAA7Da,0BAAAA,SAAmCF,0BAAAA,CAA0B;EAO1DG,GAAAA,EAAAA,MAAAA;EAAqB,eAAA,EAAA,OAAA;EAAA,WAASV,CAAAA,QAAAA,CAAAA,EAJ3BQ,2BAI2BR;EAAkB,UAAGC,CAAAA,IAAAA,EAHtDL,2BAGsDK,CAAAA,EAHxBL,2BAGwBK;EAA4B,UAAeD,CAAAA,QAAAA,EAF7FN,iBAE6FM,EAAAA,IAAAA,EAFpEJ,2BAEoEI,CAAAA,EAFtCJ,2BAEsCI;AAAkB;AAChHW,iBADAD,qBAAAA,CACY,MAAA,EADkBV,kBAClB,GADuCC,4BACvC,GAAA,SAAA,CAAA,EADkFD,kBAClF,GAAA,SAAA;AAAA,iBAAZW,YAAAA,CAAY,MAAA,CAAA,EAAUZ,eAAV,CAAA,EAA4BD,WAA5B;AAAUC,iBACtBa,oBAAAA,CADsBb,MAAAA,EACOJ,mBADPI,CAAAA,EAAAA,IAAAA;AAAkBD,iBAExCe,aAAAA,CAFwCf,SAAAA,EAAAA,MAAAA,CAAAA,EAAAA,OAAAA;AAAW,iBAGnDgB,YAAAA,CAHmD,SAAA,EAAA,MAAA,CAAA,EAAA,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gemini.d.ts","names":["GoogleLLMResponse","GoogleAIModelParams","GenerateContentResponseData","GoogleAISafetyHandler","GoogleAIAPI","GeminiAPIConfig","GoogleSpeechConfig","GoogleSpeechConfigSimplified","FunctionCall","ToolCall","FunctionCallRaw","ToolCallRaw","DefaultGeminiSafetySettings","DefaultGeminiSafetyHandler","MessageGeminiSafetySettings","MessageGeminiSafetyHandler","normalizeSpeechConfig","getGeminiAPI","validateGeminiParams","isModelGemini","isModelGemma"],"sources":["../../src/utils/gemini.d.ts"],"sourcesContent":["import { GoogleLLMResponse, GoogleAIModelParams, GenerateContentResponseData, GoogleAISafetyHandler, GoogleAIAPI, GeminiAPIConfig, GoogleSpeechConfig, GoogleSpeechConfigSimplified } from \"../types.js\";\nexport interface FunctionCall {\n name: string;\n arguments: string;\n}\nexport interface ToolCall {\n id: string;\n type: \"function\";\n function: FunctionCall;\n}\nexport interface FunctionCallRaw {\n name: string;\n arguments: object;\n}\nexport interface ToolCallRaw {\n id: string;\n type: \"function\";\n function: FunctionCallRaw;\n}\nexport interface DefaultGeminiSafetySettings {\n errorFinish?: string[];\n}\nexport declare class DefaultGeminiSafetyHandler implements GoogleAISafetyHandler {\n errorFinish: string[];\n constructor(settings?: DefaultGeminiSafetySettings);\n handleDataPromptFeedback(response: GoogleLLMResponse, data: GenerateContentResponseData): GenerateContentResponseData;\n handleDataFinishReason(response: GoogleLLMResponse, data: GenerateContentResponseData): GenerateContentResponseData;\n handleData(response: GoogleLLMResponse, data: GenerateContentResponseData): GenerateContentResponseData;\n handle(response: GoogleLLMResponse): GoogleLLMResponse;\n}\nexport interface MessageGeminiSafetySettings extends DefaultGeminiSafetySettings {\n msg?: string;\n forceNewMessage?: boolean;\n}\nexport declare class MessageGeminiSafetyHandler extends DefaultGeminiSafetyHandler {\n msg: string;\n forceNewMessage: boolean;\n constructor(settings?: MessageGeminiSafetySettings);\n setMessage(data: GenerateContentResponseData): GenerateContentResponseData;\n handleData(response: GoogleLLMResponse, data: GenerateContentResponseData): GenerateContentResponseData;\n}\nexport declare function normalizeSpeechConfig(config: GoogleSpeechConfig | GoogleSpeechConfigSimplified | undefined): GoogleSpeechConfig | undefined;\nexport declare function getGeminiAPI(config?: GeminiAPIConfig): GoogleAIAPI;\nexport declare function validateGeminiParams(params: GoogleAIModelParams): void;\nexport declare function isModelGemini(modelName: string): boolean;\nexport declare function isModelGemma(modelName: string): boolean;\n"],"mappings":";;;UACiBQ,YAAAA;;EAAAA,SAAAA,EAAAA,MAAY;AAI7B;AAKiBE,UALAD,QAAAA,CAKe;EAIfE,EAAAA,EAAAA,MAAAA;EAKAC,IAAAA,EAAAA,UAAAA;EAGIC,QAAAA,EAdPL,YAcOK;;AAEMD,UAdVF,eAAAA,CAcUE;EAA2B,IACfZ,EAAAA,MAAAA;EAAiB,SAAQE,EAAAA,MAAAA;;AAC3BF,UAZpBW,WAAAA,CAYoBX;EAAiB,EAAA,EAAQE,MAAAA;EAA2B,IAAGA,EAAAA,UAAAA;EAA2B,QAC9FF,EAVXU,eAUWV;;AAAuDE,UAR/DU,2BAAAA,CAQ+DV;EAA2B,WACtFF,CAAAA,EAAAA,MAAAA,EAAAA;;AANsCG,cAAtCU,0BAAAA,YAAsCV,qBAAAA,CAAAA;EAAqB,WAAA,EAAA,MAAA,EAAA;EAQ/DW,WAAAA,CAAAA,QAAoCF,CAApCE,EANUF,2BAM0BA;EAIhCG,wBAAAA,CAAAA,QAA0B,EATRf,iBASQ,EAAA,IAAA,EATiBE,2BASjB,CAAA,EAT+CA,2BAS/C;EAAA,sBAAA,CAAA,QAAA,EARVF,iBAQU,EAAA,IAAA,EAReE,2BAQf,CAAA,EAR6CA,2BAQ7C;EAAA,UAGpBY,CAAAA,QAAAA,EAVFd,iBAUEc,EAAAA,IAAAA,EAVuBZ,2BAUvBY,CAAAA,EAVqDZ,2BAUrDY;EAA2B,MACjCZ,CAAAA,QAAAA,EAVAF,iBAUAE,CAAAA,EAVoBF,iBAUpBE;;AACIF,UATRc,2BAAAA,SAAoCF,2BAS5BZ,CAAAA;EAAiB,GAAQE,CAAAA,EAAAA,MAAAA;EAA2B,eAAGA,CAAAA,EAAAA,OAAAA;;AALE,cAA7Da,0BAAAA,SAAmCF,0BAAAA,CAA0B;EAO1DG,GAAAA,EAAAA,MAAAA;EAAqB,eAAA,EAAA,OAAA;EAAA,WAASV,CAAAA,QAAAA,CAAAA,EAJ3BQ,2BAI2BR;EAAkB,UAAGC,CAAAA,IAAAA,EAHtDL,2BAGsDK,CAAAA,EAHxBL,2BAGwBK;EAA4B,UAAeD,CAAAA,QAAAA,EAF7FN,iBAE6FM,EAAAA,IAAAA,EAFpEJ,2BAEoEI,CAAAA,EAFtCJ,2BAEsCI;AAAkB;AAChHW,iBADAD,qBAAAA,CACY,MAAA,EADkBV,kBAClB,GADuCC,4BACvC,GAAA,SAAA,CAAA,EADkFD,kBAClF,GAAA,SAAA;AAAA,iBAAZW,YAAAA,CAAY,MAAA,CAAA,EAAUZ,eAAV,CAAA,EAA4BD,WAA5B;AAAUC,iBACtBa,oBAAAA,CADsBb,MAAAA,EACOJ,mBADPI,CAAAA,EAAAA,IAAAA;AAAkBD,iBAExCe,aAAAA,CAFwCf,SAAAA,EAAAA,MAAAA,CAAAA,EAAAA,OAAAA;AAAW,iBAGnDgB,YAAAA,CAHmD,SAAA,EAAA,MAAA,CAAA,EAAA,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"palm.d.cts","names":["GoogleVertexAIBasePrediction","GoogleVertexAILLMPredictions","PredictionType"],"sources":["../../src/utils/palm.d.ts"],"sourcesContent":["export interface GoogleVertexAIBasePrediction {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n safetyAttributes?: any;\n}\nexport interface GoogleVertexAILLMPredictions<PredictionType extends GoogleVertexAIBasePrediction> {\n predictions: PredictionType[];\n}\n"],"mappings":";UAAiBA,4BAAAA;EAAAA;EAIAC,gBAAAA,CAAAA,EAAAA,GAAAA;;AAAoDD,UAApDC,4BAAoDD,CAAAA,uBAAAA,4BAAAA,CAAAA,CAAAA;EAA4B,WAChFE,EAAAA,cAAAA,EAAAA;AAAc"}
|
package/dist/utils/palm.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"palm.d.ts","names":["GoogleVertexAIBasePrediction","GoogleVertexAILLMPredictions","PredictionType"],"sources":["../../src/utils/palm.d.ts"],"sourcesContent":["export interface GoogleVertexAIBasePrediction {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n safetyAttributes?: any;\n}\nexport interface GoogleVertexAILLMPredictions<PredictionType extends GoogleVertexAIBasePrediction> {\n predictions: PredictionType[];\n}\n"],"mappings":";UAAiBA,4BAAAA;EAAAA;EAIAC,gBAAAA,CAAAA,EAAAA,GAAAA;;AAAoDD,UAApDC,4BAAoDD,CAAAA,uBAAAA,4BAAAA,CAAAA,CAAAA;EAA4B,WAChFE,EAAAA,cAAAA,EAAAA;AAAc"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"safety.d.cts","names":["GoogleLLMResponse","GoogleAISafetyError","Error"],"sources":["../../src/utils/safety.d.ts"],"sourcesContent":["import { GoogleLLMResponse } from \"../types.js\";\nexport declare class GoogleAISafetyError extends Error {\n response: GoogleLLMResponse;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n reply: any;\n constructor(response: GoogleLLMResponse, message?: string);\n}\n"],"mappings":";;;cACqBC,mBAAAA,SAA4BC,KAAAA;YACnCF;EADOC;EAAmB,KAAA,EAAA,GAAA;EAAA,WAC1BD,CAAAA,QAAAA,EAGYA,iBAHZA,EAAAA,OAAAA,CAAAA,EAAAA,MAAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"safety.d.ts","names":["GoogleLLMResponse","GoogleAISafetyError","Error"],"sources":["../../src/utils/safety.d.ts"],"sourcesContent":["import { GoogleLLMResponse } from \"../types.js\";\nexport declare class GoogleAISafetyError extends Error {\n response: GoogleLLMResponse;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n reply: any;\n constructor(response: GoogleLLMResponse, message?: string);\n}\n"],"mappings":";;;cACqBC,mBAAAA,SAA4BC,KAAAA;YACnCF;EADOC;EAAmB,KAAA,EAAA,GAAA;EAAA,WAC1BD,CAAAA,QAAAA,EAGYA,iBAHZA,EAAAA,OAAAA,CAAAA,EAAAA,MAAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stream.d.cts","names":["AbstractStream","Promise","complexValue","simpleValue","JsonStream","ComplexJsonStream","ReadableAbstractStream","TextDecoder","ReadableStream","ReadableJsonStream","SseStream","Record","ReadableSseStream","SseJsonStream","ReadableSseJsonStream"],"sources":["../../src/utils/stream.d.ts"],"sourcesContent":["export interface AbstractStream {\n /**\n * Add more text to the buffer\n * @param data\n */\n appendBuffer(data: string): void;\n /**\n * Indicate that there is no more text to be added to the buffer\n * (ie - our source material is done)\n */\n closeBuffer(): void;\n /**\n * Get the next chunk that is coming from the stream.\n * This chunk may be null, usually indicating the last chunk in the stream.\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n nextChunk(): Promise<any>;\n /**\n * Is the stream done?\n * A stream is only done if all of the following are true:\n * - There is no more data to be added to the text buffer\n * - There is no more data in the text buffer\n * - There are no chunks that are waiting to be consumed\n */\n get streamDone(): boolean;\n}\nexport declare function complexValue(value: unknown): unknown;\nexport declare function simpleValue(val: unknown): unknown;\nexport declare class JsonStream implements AbstractStream {\n _buffer: string;\n _bufferOpen: boolean;\n _firstRun: boolean;\n /**\n * Add data to the buffer. This may cause chunks to be generated, if available.\n * @param data\n */\n appendBuffer(data: string): void;\n /**\n * Indicate there is no more data that will be added to the text buffer.\n * This should be called when all the data has been read and added to indicate\n * that we should process everything remaining in the buffer.\n */\n closeBuffer(): void;\n /**\n * Skip characters in the buffer till we get to the start of an object.\n * Then attempt to read a full object.\n * If we do read a full object, turn it into a chunk and send it to the chunk handler.\n * Repeat this for as much as we can.\n */\n _parseBuffer(): void;\n /**\n * If the string is present, move the start of the buffer to the first occurrence\n * of that string. This is useful for skipping over elements or parts that we're not\n * really interested in parsing. (ie - the opening characters, comma separators, etc.)\n * @param start The string to start the buffer with\n */\n _skipTo(start: string): void;\n /**\n * Given what is in the buffer, parse a single object out of it.\n * If a complete object isn't available, return null.\n * Assumes that we are at the start of an object to parse.\n */\n _getFullObject(): object | null;\n _simplifyObject(obj: unknown): object;\n // Set up a potential Promise that the handler can resolve.\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkResolution: (chunk: any) => void;\n // If there is no Promise (it is null), the handler must add it to the queue\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkPending: Promise<any> | null;\n // A queue that will collect chunks while there is no Promise\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkQueue: any[];\n /**\n * Register that we have another chunk available for consumption.\n * If we are waiting for a chunk, resolve the promise waiting for it immediately.\n * If not, then add it to the queue.\n * @param chunk\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _handleChunk(chunk: any): void;\n /**\n * Get the next chunk that is coming from the stream.\n * This chunk may be null, usually indicating the last chunk in the stream.\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n nextChunk(): Promise<any>;\n /**\n * Is the stream done?\n * A stream is only done if all of the following are true:\n * - There is no more data to be added to the text buffer\n * - There is no more data in the text buffer\n * - There are no chunks that are waiting to be consumed\n */\n get streamDone(): boolean;\n}\nexport declare class ComplexJsonStream extends JsonStream {\n _simplifyObject(obj: unknown): object;\n}\nexport declare class ReadableAbstractStream implements AbstractStream {\n private baseStream;\n decoder: TextDecoder;\n constructor(baseStream: AbstractStream, body: ReadableStream | null);\n appendBuffer(data: string): void;\n closeBuffer(): void;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n nextChunk(): Promise<any>;\n get streamDone(): boolean;\n // Should be a ReadableStream, but the Gaxios Readable stream isn't.\n // But both should support async iterators, so make sure of that.\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n run(body: any): Promise<void>;\n}\nexport declare class ReadableJsonStream extends ReadableAbstractStream {\n constructor(body: ReadableStream | null);\n}\nexport declare class SseStream implements AbstractStream {\n _buffer: string;\n _bufferOpen: boolean;\n appendBuffer(data: string): void;\n closeBuffer(): void;\n /**\n * Attempt to load an entire event.\n * For each entire event we load,\n * send them to be handled.\n */\n _parseBuffer(): void;\n /**\n * Given an event string, get all the fields\n * in the event. It is assumed there is one field\n * per line, but that field names can be duplicated,\n * indicating to append the new value to the previous value\n * @param event\n */\n _parseEvent(event: string | null): Record<string, string> | null;\n // Set up a potential Promise that the handler can resolve.\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkResolution: (chunk: any) => void;\n // If there is no Promise (it is null), the handler must add it to the queue\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkPending: Promise<any> | null;\n // A queue that will collect chunks while there is no Promise\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkQueue: any[];\n _handleEvent(event: string | null): void;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n nextChunk(): Promise<any>;\n get streamDone(): boolean;\n}\nexport declare class ReadableSseStream extends ReadableAbstractStream {\n constructor(body: ReadableStream | null);\n}\nexport declare class SseJsonStream extends SseStream {\n _jsonAttribute: string;\n constructor(jsonAttribute?: string);\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n nextChunk(): Promise<any>;\n}\nexport declare class ReadableSseJsonStream extends ReadableAbstractStream {\n constructor(body: ReadableStream | null);\n}\n"],"mappings":";UAAiBA,cAAAA;EAAAA;AA0BjB;AACA;AACA;EAA+B,YAAA,CAAA,IAAA,EAAA,MAAA,CAAA,EAAA,IAAA;EAAA;;;AAA0B;EAoEpCK,WAAAA,EAAAA,EAAAA,IAAAA;EAGAC;;;;EAGqB;EAAsB,SAI/CL,EAAAA,EA1FAA,OA0FAA,CAAAA,GAAAA,CAAAA;EAAO;;AAP6C;AAcrE;;;;EAAsE,IAAA,UAAA,EAAA,EAAA,OAAA;AAGtE;AAA8B,iBA1FNC,YAAAA,CA0FM,KAAA,EAAA,OAAA,CAAA,EAAA,OAAA;AAkBSS,iBA3GfR,WAAAA,CA2GeQ,GAAAA,EAAAA,OAAAA,CAAAA,EAAAA,OAAAA;AAMpBV,cAhHEG,UAAAA,YAAsBJ,cAgHxBC,CAAAA;EAAO,OAMTA,EAAAA,MAAAA;EAAO,WA9BkBD,EAAAA,OAAAA;EAAc,SAAA,EAAA,OAAA;EAiCnCY;;;;EAAgD,YAAA,CAAA,IAAA,EAAA,MAAA,CAAA,EAAA,IAAA;EAGhDC;;;;AAA+B;EAM/BC,WAAAA,CAAAA,CAAAA,EAAAA,IAAAA;EAAqB;;;AAA+B;;;;;;;;;;;;;;;;;;;;;;;iBAzFtDb;;;;;;;;;;;;;;;;;eAiBFA;;;;;;;;;;cAUII,iBAAAA,SAA0BD,UAAU;;;cAGpCE,sBAAAA,YAAkCN;;WAE1CO;0BACeP,sBAAsBQ;;;;eAIjCP;;;;;kBAKGA;;cAECQ,kBAAAA,SAA2BH,sBAAAA;oBAC1BE;;cAEDE,SAAAA,YAAqBV;;;;;;;;;;;;;;;;;;qCAkBHW;;;;;;iBAMpBV;;;;;;eAMFA;;;cAGIW,iBAAAA,SAA0BN,sBAAAA;oBACzBE;;cAEDK,aAAAA,SAAsBH,SAAAA;;;;eAI1BT;;cAEIa,qBAAAA,SAA8BR,sBAAAA;oBAC7BE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stream.d.ts","names":["AbstractStream","Promise","complexValue","simpleValue","JsonStream","ComplexJsonStream","ReadableAbstractStream","TextDecoder","ReadableStream","ReadableJsonStream","SseStream","Record","ReadableSseStream","SseJsonStream","ReadableSseJsonStream"],"sources":["../../src/utils/stream.d.ts"],"sourcesContent":["export interface AbstractStream {\n /**\n * Add more text to the buffer\n * @param data\n */\n appendBuffer(data: string): void;\n /**\n * Indicate that there is no more text to be added to the buffer\n * (ie - our source material is done)\n */\n closeBuffer(): void;\n /**\n * Get the next chunk that is coming from the stream.\n * This chunk may be null, usually indicating the last chunk in the stream.\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n nextChunk(): Promise<any>;\n /**\n * Is the stream done?\n * A stream is only done if all of the following are true:\n * - There is no more data to be added to the text buffer\n * - There is no more data in the text buffer\n * - There are no chunks that are waiting to be consumed\n */\n get streamDone(): boolean;\n}\nexport declare function complexValue(value: unknown): unknown;\nexport declare function simpleValue(val: unknown): unknown;\nexport declare class JsonStream implements AbstractStream {\n _buffer: string;\n _bufferOpen: boolean;\n _firstRun: boolean;\n /**\n * Add data to the buffer. This may cause chunks to be generated, if available.\n * @param data\n */\n appendBuffer(data: string): void;\n /**\n * Indicate there is no more data that will be added to the text buffer.\n * This should be called when all the data has been read and added to indicate\n * that we should process everything remaining in the buffer.\n */\n closeBuffer(): void;\n /**\n * Skip characters in the buffer till we get to the start of an object.\n * Then attempt to read a full object.\n * If we do read a full object, turn it into a chunk and send it to the chunk handler.\n * Repeat this for as much as we can.\n */\n _parseBuffer(): void;\n /**\n * If the string is present, move the start of the buffer to the first occurrence\n * of that string. This is useful for skipping over elements or parts that we're not\n * really interested in parsing. (ie - the opening characters, comma separators, etc.)\n * @param start The string to start the buffer with\n */\n _skipTo(start: string): void;\n /**\n * Given what is in the buffer, parse a single object out of it.\n * If a complete object isn't available, return null.\n * Assumes that we are at the start of an object to parse.\n */\n _getFullObject(): object | null;\n _simplifyObject(obj: unknown): object;\n // Set up a potential Promise that the handler can resolve.\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkResolution: (chunk: any) => void;\n // If there is no Promise (it is null), the handler must add it to the queue\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkPending: Promise<any> | null;\n // A queue that will collect chunks while there is no Promise\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkQueue: any[];\n /**\n * Register that we have another chunk available for consumption.\n * If we are waiting for a chunk, resolve the promise waiting for it immediately.\n * If not, then add it to the queue.\n * @param chunk\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _handleChunk(chunk: any): void;\n /**\n * Get the next chunk that is coming from the stream.\n * This chunk may be null, usually indicating the last chunk in the stream.\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n nextChunk(): Promise<any>;\n /**\n * Is the stream done?\n * A stream is only done if all of the following are true:\n * - There is no more data to be added to the text buffer\n * - There is no more data in the text buffer\n * - There are no chunks that are waiting to be consumed\n */\n get streamDone(): boolean;\n}\nexport declare class ComplexJsonStream extends JsonStream {\n _simplifyObject(obj: unknown): object;\n}\nexport declare class ReadableAbstractStream implements AbstractStream {\n private baseStream;\n decoder: TextDecoder;\n constructor(baseStream: AbstractStream, body: ReadableStream | null);\n appendBuffer(data: string): void;\n closeBuffer(): void;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n nextChunk(): Promise<any>;\n get streamDone(): boolean;\n // Should be a ReadableStream, but the Gaxios Readable stream isn't.\n // But both should support async iterators, so make sure of that.\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n run(body: any): Promise<void>;\n}\nexport declare class ReadableJsonStream extends ReadableAbstractStream {\n constructor(body: ReadableStream | null);\n}\nexport declare class SseStream implements AbstractStream {\n _buffer: string;\n _bufferOpen: boolean;\n appendBuffer(data: string): void;\n closeBuffer(): void;\n /**\n * Attempt to load an entire event.\n * For each entire event we load,\n * send them to be handled.\n */\n _parseBuffer(): void;\n /**\n * Given an event string, get all the fields\n * in the event. It is assumed there is one field\n * per line, but that field names can be duplicated,\n * indicating to append the new value to the previous value\n * @param event\n */\n _parseEvent(event: string | null): Record<string, string> | null;\n // Set up a potential Promise that the handler can resolve.\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkResolution: (chunk: any) => void;\n // If there is no Promise (it is null), the handler must add it to the queue\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkPending: Promise<any> | null;\n // A queue that will collect chunks while there is no Promise\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n _chunkQueue: any[];\n _handleEvent(event: string | null): void;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n nextChunk(): Promise<any>;\n get streamDone(): boolean;\n}\nexport declare class ReadableSseStream extends ReadableAbstractStream {\n constructor(body: ReadableStream | null);\n}\nexport declare class SseJsonStream extends SseStream {\n _jsonAttribute: string;\n constructor(jsonAttribute?: string);\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n nextChunk(): Promise<any>;\n}\nexport declare class ReadableSseJsonStream extends ReadableAbstractStream {\n constructor(body: ReadableStream | null);\n}\n"],"mappings":";UAAiBA,cAAAA;EAAAA;AA0BjB;AACA;AACA;EAA+B,YAAA,CAAA,IAAA,EAAA,MAAA,CAAA,EAAA,IAAA;EAAA;;;AAA0B;EAoEpCK,WAAAA,EAAAA,EAAAA,IAAAA;EAGAC;;;;EAGqB;EAAsB,SAI/CL,EAAAA,EA1FAA,OA0FAA,CAAAA,GAAAA,CAAAA;EAAO;;AAP6C;AAcrE;;;;EAAsE,IAAA,UAAA,EAAA,EAAA,OAAA;AAGtE;AAA8B,iBA1FNC,YAAAA,CA0FM,KAAA,EAAA,OAAA,CAAA,EAAA,OAAA;AAkBSS,iBA3GfR,WAAAA,CA2GeQ,GAAAA,EAAAA,OAAAA,CAAAA,EAAAA,OAAAA;AAMpBV,cAhHEG,UAAAA,YAAsBJ,cAgHxBC,CAAAA;EAAO,OAMTA,EAAAA,MAAAA;EAAO,WA9BkBD,EAAAA,OAAAA;EAAc,SAAA,EAAA,OAAA;EAiCnCY;;;;EAAgD,YAAA,CAAA,IAAA,EAAA,MAAA,CAAA,EAAA,IAAA;EAGhDC;;;;AAA+B;EAM/BC,WAAAA,CAAAA,CAAAA,EAAAA,IAAAA;EAAqB;;;AAA+B;;;;;;;;;;;;;;;;;;;;;;;iBAzFtDb;;;;;;;;;;;;;;;;;eAiBFA;;;;;;;;;;cAUII,iBAAAA,SAA0BD,UAAU;;;cAGpCE,sBAAAA,YAAkCN;;WAE1CO;0BACeP,sBAAsBQ;;;;eAIjCP;;;;;kBAKGA;;cAECQ,kBAAAA,SAA2BH,sBAAAA;oBAC1BE;;cAEDE,SAAAA,YAAqBV;;;;;;;;;;;;;;;;;;qCAkBHW;;;;;;iBAMpBV;;;;;;eAMFA;;;cAGIW,iBAAAA,SAA0BN,sBAAAA;oBACzBE;;cAEDK,aAAAA,SAAsBH,SAAAA;;;;eAI1BT;;cAEIa,qBAAAA,SAA8BR,sBAAAA;oBAC7BE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"zod_to_gemini_parameters.d.cts","names":["InteropZodType","JsonSchema7Type","GeminiFunctionSchema","GeminiJsonSchema","adjustObjectType","Record","removeAdditionalProperties","schemaToGeminiParameters","RunOutput","jsonSchemaToGeminiParameters"],"sources":["../../src/utils/zod_to_gemini_parameters.d.ts"],"sourcesContent":["import { InteropZodType } from \"@langchain/core/utils/types\";\nimport { type JsonSchema7Type } from \"@langchain/core/utils/json_schema\";\nimport { GeminiFunctionSchema, GeminiJsonSchema } from \"../types.js\";\nexport declare function adjustObjectType(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nobj: Record<string, any>\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\n): Record<string, any>;\nexport declare function removeAdditionalProperties(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nobj: Record<string, any>): GeminiJsonSchema;\nexport declare function schemaToGeminiParameters<\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nRunOutput extends Record<string, any> = Record<string, any>>(schema: InteropZodType<RunOutput> | JsonSchema7Type): GeminiFunctionSchema;\nexport declare function jsonSchemaToGeminiParameters(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nschema: Record<string, any>): GeminiFunctionSchema;\n"],"mappings":";;;;;iBAGwBI,gBAAAA;;AAAxB,GAAA,EAEKC,MAFmBD,CAAAA,MAAAA,EAAAA,GAAgB;;CAAA,EAIrCC,MAFEA,CAAAA,MAAAA,EAAAA,GAAAA,CAAAA;AAEFA,iBACqBC,0BAAAA;AADf;AACT,GAAA,EAEKD,MAFmBC,CAAAA,MAAAA,EAAAA,GAAAA,CAAAA,CAAAA,EAEGH,gBAFuB;AAAA,iBAG1BI,wBAH0B;;kBAKhCF,MAHSF,CAAAA,MAAAA,EAAAA,GAAAA,CAAAA,GAGaE,MAHbF,CAAAA,MAAAA,EAAAA,GAAAA,CAAAA,CAAAA,CAAAA,MAAAA,EAG0CH,cAH1CG,CAGyDK,SAHzDL,CAAAA,GAGsEF,eAHtEE,CAAAA,EAGwFD,oBAHxFC;AAAgB,iBAInBM,4BAAAA;AAHxB;MAAgD,EAKxCJ,MALwC,CAAA,MAAA,EAAA,GAAA,CAAA,CAAA,EAKlBH,oBALkB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"zod_to_gemini_parameters.d.ts","names":["InteropZodType","JsonSchema7Type","GeminiFunctionSchema","GeminiJsonSchema","adjustObjectType","Record","removeAdditionalProperties","schemaToGeminiParameters","RunOutput","jsonSchemaToGeminiParameters"],"sources":["../../src/utils/zod_to_gemini_parameters.d.ts"],"sourcesContent":["import { InteropZodType } from \"@langchain/core/utils/types\";\nimport { type JsonSchema7Type } from \"@langchain/core/utils/json_schema\";\nimport { GeminiFunctionSchema, GeminiJsonSchema } from \"../types.js\";\nexport declare function adjustObjectType(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nobj: Record<string, any>\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\n): Record<string, any>;\nexport declare function removeAdditionalProperties(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nobj: Record<string, any>): GeminiJsonSchema;\nexport declare function schemaToGeminiParameters<\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nRunOutput extends Record<string, any> = Record<string, any>>(schema: InteropZodType<RunOutput> | JsonSchema7Type): GeminiFunctionSchema;\nexport declare function jsonSchemaToGeminiParameters(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nschema: Record<string, any>): GeminiFunctionSchema;\n"],"mappings":";;;;;iBAGwBI,gBAAAA;;AAAxB,GAAA,EAEKC,MAFmBD,CAAAA,MAAAA,EAAAA,GAAgB;;CAAA,EAIrCC,MAFEA,CAAAA,MAAAA,EAAAA,GAAAA,CAAAA;AAEFA,iBACqBC,0BAAAA;AADf;AACT,GAAA,EAEKD,MAFmBC,CAAAA,MAAAA,EAAAA,GAAAA,CAAAA,CAAAA,EAEGH,gBAFuB;AAAA,iBAG1BI,wBAH0B;;kBAKhCF,MAHSF,CAAAA,MAAAA,EAAAA,GAAAA,CAAAA,GAGaE,MAHbF,CAAAA,MAAAA,EAAAA,GAAAA,CAAAA,CAAAA,CAAAA,MAAAA,EAG0CH,cAH1CG,CAGyDK,SAHzDL,CAAAA,GAGsEF,eAHtEE,CAAAA,EAGwFD,oBAHxFC;AAAgB,iBAInBM,4BAAAA;AAHxB;MAAgD,EAKxCJ,MALwC,CAAA,MAAA,EAAA,GAAA,CAAA,CAAA,EAKlBH,oBALkB"}
|