Compare commits

...

2 Commits

Author SHA1 Message Date
Primakov Alexandr Alexandrovich
30c9c86c93 Merge branch 'master' of ssh://85.143.175.152:222/bro-students/multy-stub 2025-02-10 22:19:46 +03:00
Primakov Alexandr Alexandrovich
2925d0f17b fix eslint 2025-02-10 22:19:01 +03:00

View File

@ -1,4 +1,3 @@
/* eslint-disable no-undef */
/* eslint-disable no-empty */ /* eslint-disable no-empty */
/* eslint-disable no-async-promise-executor */ /* eslint-disable no-async-promise-executor */
"use strict" "use strict"
@ -6133,58 +6132,58 @@ var StreamData = class {
} }
// Annotate the CommonJS export names for ESM import in node: // Annotate the CommonJS export names for ESM import in node:
module.exports = { module.exports = {
AISDKError, // AISDKError,
APICallError, // APICallError,
AssistantResponse, AssistantResponse,
DownloadError, DownloadError,
EmptyResponseBodyError, // EmptyResponseBodyError,
InvalidArgumentError, InvalidArgumentError,
InvalidDataContentError, InvalidDataContentError,
InvalidMessageRoleError, InvalidMessageRoleError,
InvalidPromptError, // InvalidPromptError,
InvalidResponseDataError, // InvalidResponseDataError,
InvalidToolArgumentsError, InvalidToolArgumentsError,
JSONParseError, // JSONParseError,
LangChainAdapter, // LangChainAdapter,
LlamaIndexAdapter, // LlamaIndexAdapter,
LoadAPIKeyError, // LoadAPIKeyError,
MessageConversionError, MessageConversionError,
NoContentGeneratedError, // NoContentGeneratedError,
NoObjectGeneratedError, NoObjectGeneratedError,
NoOutputSpecifiedError, NoOutputSpecifiedError,
NoSuchModelError, // NoSuchModelError,
NoSuchProviderError, NoSuchProviderError,
NoSuchToolError, NoSuchToolError,
Output, // Output,
RetryError, RetryError,
StreamData, StreamData,
ToolCallRepairError, ToolCallRepairError,
ToolExecutionError, ToolExecutionError,
TypeValidationError, // TypeValidationError,
UnsupportedFunctionalityError, // UnsupportedFunctionalityError,
appendResponseMessages, appendResponseMessages,
convertToCoreMessages, convertToCoreMessages,
cosineSimilarity, cosineSimilarity,
createDataStream, createDataStream,
createDataStreamResponse, createDataStreamResponse,
createIdGenerator, // createIdGenerator,
embed, embed,
embedMany, embedMany,
experimental_createProviderRegistry, experimental_createProviderRegistry,
experimental_customProvider, experimental_customProvider,
experimental_generateImage, // experimental_generateImage,
experimental_wrapLanguageModel, experimental_wrapLanguageModel,
formatAssistantStreamPart, // formatAssistantStreamPart,
formatDataStreamPart, // formatDataStreamPart,
generateId, // generateId,
generateObject, generateObject,
generateText, generateText,
jsonSchema, // jsonSchema,
parseAssistantStreamPart, // parseAssistantStreamPart,
parseDataStreamPart, // parseDataStreamPart,
pipeDataStreamToResponse, pipeDataStreamToResponse,
processDataStream, // processDataStream,
processTextStream, // processTextStream,
simulateReadableStream, simulateReadableStream,
smoothStream, smoothStream,
streamObject, streamObject,