beeai-framework 0.1.23 → 0.1.25
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/adapters/a2a/agents/agent.d.cts +2 -2
- package/dist/adapters/a2a/agents/agent.d.ts +2 -2
- package/dist/adapters/a2a/agents/events.d.cts +1 -1
- package/dist/adapters/a2a/agents/events.d.ts +1 -1
- package/dist/adapters/a2a/agents/types.d.cts +2 -2
- package/dist/adapters/a2a/agents/types.d.ts +2 -2
- package/dist/adapters/a2a/serve/agent_executor.d.cts +3 -3
- package/dist/adapters/a2a/serve/agent_executor.d.ts +3 -3
- package/dist/adapters/a2a/serve/server.d.cts +2 -2
- package/dist/adapters/a2a/serve/server.d.ts +2 -2
- package/dist/adapters/acp/agents/agent.d.cts +2 -2
- package/dist/adapters/acp/agents/agent.d.ts +2 -2
- package/dist/adapters/acp/agents/events.d.cts +1 -1
- package/dist/adapters/acp/agents/events.d.ts +1 -1
- package/dist/adapters/agentstack/agents/agent.d.cts +2 -2
- package/dist/adapters/agentstack/agents/agent.d.ts +2 -2
- package/dist/adapters/agentstack/agents/events.d.cts +1 -1
- package/dist/adapters/agentstack/agents/events.d.ts +1 -1
- package/dist/adapters/amazon-bedrock/backend/chat.d.cts +4 -4
- package/dist/adapters/amazon-bedrock/backend/chat.d.ts +4 -4
- package/dist/adapters/amazon-bedrock/backend/embedding.d.cts +2 -2
- package/dist/adapters/amazon-bedrock/backend/embedding.d.ts +2 -2
- package/dist/adapters/anthropic/backend/chat.d.cts +4 -4
- package/dist/adapters/anthropic/backend/chat.d.ts +4 -4
- package/dist/adapters/anthropic/backend/embedding.d.cts +2 -2
- package/dist/adapters/anthropic/backend/embedding.d.ts +2 -2
- package/dist/adapters/azure-openai/backend/chat.d.cts +4 -4
- package/dist/adapters/azure-openai/backend/chat.d.ts +4 -4
- package/dist/adapters/azure-openai/backend/embedding.d.cts +2 -2
- package/dist/adapters/azure-openai/backend/embedding.d.ts +2 -2
- package/dist/adapters/dummy/backend/chat.d.cts +7 -4
- package/dist/adapters/dummy/backend/chat.d.ts +7 -4
- package/dist/adapters/dummy/backend/embedding.d.cts +2 -2
- package/dist/adapters/dummy/backend/embedding.d.ts +2 -2
- package/dist/adapters/google-vertex/backend/chat.d.cts +4 -4
- package/dist/adapters/google-vertex/backend/chat.d.ts +4 -4
- package/dist/adapters/google-vertex/backend/embedding.d.cts +2 -2
- package/dist/adapters/google-vertex/backend/embedding.d.ts +2 -2
- package/dist/adapters/groq/backend/chat.d.cts +4 -4
- package/dist/adapters/groq/backend/chat.d.ts +4 -4
- package/dist/adapters/groq/backend/embedding.d.cts +2 -2
- package/dist/adapters/groq/backend/embedding.d.ts +2 -2
- package/dist/adapters/langchain/backend/chat.d.cts +7 -4
- package/dist/adapters/langchain/backend/chat.d.ts +7 -4
- package/dist/adapters/langchain/backend/embedding.d.cts +2 -2
- package/dist/adapters/langchain/backend/embedding.d.ts +2 -2
- package/dist/adapters/langchain/tools.d.cts +1 -1
- package/dist/adapters/langchain/tools.d.ts +1 -1
- package/dist/adapters/ollama/backend/chat.d.cts +4 -4
- package/dist/adapters/ollama/backend/chat.d.ts +4 -4
- package/dist/adapters/ollama/backend/embedding.d.cts +2 -2
- package/dist/adapters/ollama/backend/embedding.d.ts +2 -2
- package/dist/adapters/openai/backend/chat.d.cts +4 -4
- package/dist/adapters/openai/backend/chat.d.ts +4 -4
- package/dist/adapters/openai/backend/embedding.d.cts +2 -2
- package/dist/adapters/openai/backend/embedding.d.ts +2 -2
- package/dist/adapters/vercel/backend/chat.d.cts +7 -4
- package/dist/adapters/vercel/backend/chat.d.ts +7 -4
- package/dist/adapters/vercel/backend/embedding.d.cts +2 -2
- package/dist/adapters/vercel/backend/embedding.d.ts +2 -2
- package/dist/adapters/vercel/backend/utils.d.cts +2 -2
- package/dist/adapters/vercel/backend/utils.d.ts +2 -2
- package/dist/adapters/watsonx/backend/chat.cjs +45 -9
- package/dist/adapters/watsonx/backend/chat.cjs.map +1 -1
- package/dist/adapters/watsonx/backend/chat.d.cts +8 -5
- package/dist/adapters/watsonx/backend/chat.d.ts +8 -5
- package/dist/adapters/watsonx/backend/chat.js +45 -9
- package/dist/adapters/watsonx/backend/chat.js.map +1 -1
- package/dist/adapters/watsonx/backend/embedding.d.cts +2 -2
- package/dist/adapters/watsonx/backend/embedding.d.ts +2 -2
- package/dist/adapters/xai/backend/chat.d.cts +4 -4
- package/dist/adapters/xai/backend/chat.d.ts +4 -4
- package/dist/{agent-BVuc9Nfn.d.cts → agent-CuJD7Szg.d.cts} +4 -4
- package/dist/{agent-Cuy8Q4gw.d.ts → agent-DIyHPkn2.d.ts} +4 -4
- package/dist/agents/base.d.cts +2 -2
- package/dist/agents/base.d.ts +2 -2
- package/dist/agents/experimental/replan/agent.d.cts +3 -3
- package/dist/agents/experimental/replan/agent.d.ts +3 -3
- package/dist/agents/experimental/replan/prompts.d.cts +1 -1
- package/dist/agents/experimental/replan/prompts.d.ts +1 -1
- package/dist/agents/experimental/streamlit/agent.d.cts +3 -3
- package/dist/agents/experimental/streamlit/agent.d.ts +3 -3
- package/dist/agents/react/agent.d.cts +4 -4
- package/dist/agents/react/agent.d.ts +4 -4
- package/dist/agents/react/runners/base.d.cts +4 -4
- package/dist/agents/react/runners/base.d.ts +4 -4
- package/dist/agents/react/runners/deep-think/runner.d.cts +4 -4
- package/dist/agents/react/runners/deep-think/runner.d.ts +4 -4
- package/dist/agents/react/runners/default/runner.d.cts +4 -4
- package/dist/agents/react/runners/default/runner.d.ts +4 -4
- package/dist/agents/react/runners/granite/runner.d.cts +4 -4
- package/dist/agents/react/runners/granite/runner.d.ts +4 -4
- package/dist/agents/react/types.d.cts +2 -2
- package/dist/agents/react/types.d.ts +2 -2
- package/dist/agents/requirement/agent.d.cts +4 -4
- package/dist/agents/requirement/agent.d.ts +4 -4
- package/dist/agents/requirement/requirements/conditional.d.cts +4 -4
- package/dist/agents/requirement/requirements/conditional.d.ts +4 -4
- package/dist/agents/requirement/requirements/requirement.d.cts +4 -4
- package/dist/agents/requirement/requirements/requirement.d.ts +4 -4
- package/dist/agents/requirement/requirements/utils.d.cts +1 -1
- package/dist/agents/requirement/requirements/utils.d.ts +1 -1
- package/dist/agents/requirement/runner.cjs +21 -13
- package/dist/agents/requirement/runner.cjs.map +1 -1
- package/dist/agents/requirement/runner.d.cts +4 -4
- package/dist/agents/requirement/runner.d.ts +4 -4
- package/dist/agents/requirement/runner.js +21 -13
- package/dist/agents/requirement/runner.js.map +1 -1
- package/dist/agents/requirement/types.d.cts +4 -4
- package/dist/agents/requirement/types.d.ts +4 -4
- package/dist/agents/requirement/utils/llm.d.cts +4 -4
- package/dist/agents/requirement/utils/llm.d.ts +4 -4
- package/dist/agents/requirement/utils/tool.cjs +13 -2
- package/dist/agents/requirement/utils/tool.cjs.map +1 -1
- package/dist/agents/requirement/utils/tool.d.cts +4 -4
- package/dist/agents/requirement/utils/tool.d.ts +4 -4
- package/dist/agents/requirement/utils/tool.js +11 -0
- package/dist/agents/requirement/utils/tool.js.map +1 -1
- package/dist/agents/toolCalling/agent.d.cts +3 -3
- package/dist/agents/toolCalling/agent.d.ts +3 -3
- package/dist/agents/toolCalling/types.d.cts +1 -1
- package/dist/agents/toolCalling/types.d.ts +1 -1
- package/dist/agents/types.d.cts +2 -2
- package/dist/agents/types.d.ts +2 -2
- package/dist/backend/backend.d.cts +2 -2
- package/dist/backend/backend.d.ts +2 -2
- package/dist/backend/chat.cjs +128 -47
- package/dist/backend/chat.cjs.map +1 -1
- package/dist/backend/chat.d.cts +2 -2
- package/dist/backend/chat.d.ts +2 -2
- package/dist/backend/chat.js +132 -51
- package/dist/backend/chat.js.map +1 -1
- package/dist/backend/core.d.cts +3 -3
- package/dist/backend/core.d.ts +3 -3
- package/dist/backend/embedding.d.cts +2 -2
- package/dist/backend/embedding.d.ts +2 -2
- package/dist/backend/errors.cjs +25 -0
- package/dist/backend/errors.cjs.map +1 -1
- package/dist/backend/errors.d.cts +34 -1
- package/dist/backend/errors.d.ts +34 -1
- package/dist/backend/errors.js +24 -1
- package/dist/backend/errors.js.map +1 -1
- package/dist/backend/utils.d.cts +2 -2
- package/dist/backend/utils.d.ts +2 -2
- package/dist/{base-CyFx7BRL.d.ts → base-BfhNzUYf.d.ts} +1 -1
- package/dist/{base-XfWeXQ-S.d.cts → base-BqzN2QwB.d.cts} +1 -1
- package/dist/{chat-DrqwUgD8.d.ts → chat-DTxmaKP0.d.ts} +10 -2
- package/dist/{chat-BOb9n7AJ.d.cts → chat-DaqV3woF.d.cts} +10 -2
- package/dist/context.d.cts +1 -1
- package/dist/context.d.ts +1 -1
- package/dist/emitter/emitter.d.cts +1 -1
- package/dist/emitter/emitter.d.ts +1 -1
- package/dist/emitter/types.d.cts +1 -1
- package/dist/emitter/types.d.ts +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/internals/fetcher.d.cts +1 -1
- package/dist/internals/fetcher.d.ts +1 -1
- package/dist/internals/helpers/object.cjs +18 -0
- package/dist/internals/helpers/object.cjs.map +1 -1
- package/dist/internals/helpers/object.d.cts +2 -1
- package/dist/internals/helpers/object.d.ts +2 -1
- package/dist/internals/helpers/object.js +18 -1
- package/dist/internals/helpers/object.js.map +1 -1
- package/dist/memory/summarizeMemory.d.cts +2 -2
- package/dist/memory/summarizeMemory.d.ts +2 -2
- package/dist/middleware/streamToolCall.cjs +16 -1
- package/dist/middleware/streamToolCall.cjs.map +1 -1
- package/dist/middleware/streamToolCall.d.cts +13 -3
- package/dist/middleware/streamToolCall.d.ts +13 -3
- package/dist/middleware/streamToolCall.js +16 -1
- package/dist/middleware/streamToolCall.js.map +1 -1
- package/dist/middleware/trajectory.d.cts +1 -1
- package/dist/middleware/trajectory.d.ts +1 -1
- package/dist/parsers/linePrefix.d.cts +1 -1
- package/dist/parsers/linePrefix.d.ts +1 -1
- package/dist/tools/arxiv.d.cts +1 -1
- package/dist/tools/arxiv.d.ts +1 -1
- package/dist/tools/base.d.cts +1 -1
- package/dist/tools/base.d.ts +1 -1
- package/dist/tools/calculator.d.cts +1 -1
- package/dist/tools/calculator.d.ts +1 -1
- package/dist/tools/custom.d.cts +2 -2
- package/dist/tools/custom.d.ts +2 -2
- package/dist/tools/database/elasticsearch.d.cts +1 -1
- package/dist/tools/database/elasticsearch.d.ts +1 -1
- package/dist/tools/database/milvus.d.cts +1 -1
- package/dist/tools/database/milvus.d.ts +1 -1
- package/dist/tools/database/qdrant.d.cts +1 -1
- package/dist/tools/database/qdrant.d.ts +1 -1
- package/dist/tools/database/sql.d.cts +1 -1
- package/dist/tools/database/sql.d.ts +1 -1
- package/dist/tools/handoff.d.cts +2 -2
- package/dist/tools/handoff.d.ts +2 -2
- package/dist/tools/llm.d.cts +2 -2
- package/dist/tools/llm.d.ts +2 -2
- package/dist/tools/mcp.d.cts +1 -1
- package/dist/tools/mcp.d.ts +1 -1
- package/dist/tools/openapi.d.cts +1 -1
- package/dist/tools/openapi.d.ts +1 -1
- package/dist/tools/python/output.d.cts +1 -1
- package/dist/tools/python/output.d.ts +1 -1
- package/dist/tools/python/python.d.cts +2 -2
- package/dist/tools/python/python.d.ts +2 -2
- package/dist/tools/search/base.d.cts +1 -1
- package/dist/tools/search/base.d.ts +1 -1
- package/dist/tools/search/duckDuckGoSearch.d.cts +1 -1
- package/dist/tools/search/duckDuckGoSearch.d.ts +1 -1
- package/dist/tools/search/googleSearch.d.cts +1 -1
- package/dist/tools/search/googleSearch.d.ts +1 -1
- package/dist/tools/search/searXNGSearch.d.cts +1 -1
- package/dist/tools/search/searXNGSearch.d.ts +1 -1
- package/dist/tools/search/wikipedia.d.cts +1 -1
- package/dist/tools/search/wikipedia.d.ts +1 -1
- package/dist/tools/similarity.d.cts +1 -1
- package/dist/tools/similarity.d.ts +1 -1
- package/dist/tools/think.d.cts +1 -1
- package/dist/tools/think.d.ts +1 -1
- package/dist/tools/weather/openMeteo.d.cts +1 -1
- package/dist/tools/weather/openMeteo.d.ts +1 -1
- package/dist/tools/web/webCrawler.d.cts +1 -1
- package/dist/tools/web/webCrawler.d.ts +1 -1
- package/dist/{types-CJwiMH3u.d.ts → types-YT-WdK3m.d.ts} +3 -3
- package/dist/{types-W0QttuP_.d.cts → types-YoNQSxQH.d.cts} +3 -3
- package/dist/version.cjs +1 -1
- package/dist/version.js +1 -1
- package/dist/workflows/agent.d.cts +3 -3
- package/dist/workflows/agent.d.ts +3 -3
- package/dist/workflows/workflow.d.cts +1 -1
- package/dist/workflows/workflow.d.ts +1 -1
- package/package.json +2 -2
- package/dist/{emitter-36-9MnvA.d.ts → emitter-CL56qab4.d.ts} +1 -1
- package/dist/{emitter-jN55XZZq.d.cts → emitter-UkIkNrek.d.cts} +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { GoogleVertexProvider } from '@ai-sdk/google-vertex';
|
|
2
2
|
import { VercelChatModel } from '../../vercel/backend/chat.js';
|
|
3
3
|
import { GoogleVertexClientSettings, GoogleVertexClient } from './client.js';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-DTxmaKP0.js';
|
|
5
5
|
import '../../../logger/logger.js';
|
|
6
6
|
import 'pino';
|
|
7
7
|
import '../../../errors.js';
|
|
8
8
|
import '../../../internals/types.js';
|
|
9
9
|
import '../../../internals/helpers/guards.js';
|
|
10
10
|
import '../../../internals/serializable.js';
|
|
11
|
-
import 'ai';
|
|
12
|
-
import '../../../emitter-36-9MnvA.js';
|
|
13
|
-
import '../../../backend/message.js';
|
|
14
11
|
import '../../../context.js';
|
|
12
|
+
import '../../../emitter-CL56qab4.js';
|
|
15
13
|
import '../../../internals/helpers/promise.js';
|
|
14
|
+
import 'ai';
|
|
15
|
+
import '../../../backend/message.js';
|
|
16
16
|
import 'promise-based-task';
|
|
17
17
|
import '../../../cache/base.js';
|
|
18
18
|
import '../../../backend/constants.js';
|
|
@@ -7,10 +7,10 @@ import '../../../internals/types.cjs';
|
|
|
7
7
|
import '../../../internals/helpers/guards.cjs';
|
|
8
8
|
import '../../../backend/embedding.cjs';
|
|
9
9
|
import '../../../context.cjs';
|
|
10
|
-
import '../../../emitter-
|
|
10
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
11
11
|
import '../../../internals/helpers/promise.cjs';
|
|
12
12
|
import '../../../errors.cjs';
|
|
13
|
-
import '../../../chat-
|
|
13
|
+
import '../../../chat-DaqV3woF.cjs';
|
|
14
14
|
import '../../../backend/message.cjs';
|
|
15
15
|
import 'ai';
|
|
16
16
|
import 'promise-based-task';
|
|
@@ -7,10 +7,10 @@ import '../../../internals/types.js';
|
|
|
7
7
|
import '../../../internals/helpers/guards.js';
|
|
8
8
|
import '../../../backend/embedding.js';
|
|
9
9
|
import '../../../context.js';
|
|
10
|
-
import '../../../emitter-
|
|
10
|
+
import '../../../emitter-CL56qab4.js';
|
|
11
11
|
import '../../../internals/helpers/promise.js';
|
|
12
12
|
import '../../../errors.js';
|
|
13
|
-
import '../../../chat-
|
|
13
|
+
import '../../../chat-DTxmaKP0.js';
|
|
14
14
|
import '../../../backend/message.js';
|
|
15
15
|
import 'ai';
|
|
16
16
|
import 'promise-based-task';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { VercelChatModel } from '../../vercel/backend/chat.cjs';
|
|
2
2
|
import { GroqClientSettings, GroqClient } from './client.cjs';
|
|
3
3
|
import { GroqProvider } from '@ai-sdk/groq';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-DaqV3woF.cjs';
|
|
5
5
|
import '../../../logger/logger.cjs';
|
|
6
6
|
import 'pino';
|
|
7
7
|
import '../../../errors.cjs';
|
|
8
8
|
import '../../../internals/types.cjs';
|
|
9
9
|
import '../../../internals/helpers/guards.cjs';
|
|
10
10
|
import '../../../internals/serializable.cjs';
|
|
11
|
-
import 'ai';
|
|
12
|
-
import '../../../emitter-jN55XZZq.cjs';
|
|
13
|
-
import '../../../backend/message.cjs';
|
|
14
11
|
import '../../../context.cjs';
|
|
12
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
15
13
|
import '../../../internals/helpers/promise.cjs';
|
|
14
|
+
import 'ai';
|
|
15
|
+
import '../../../backend/message.cjs';
|
|
16
16
|
import 'promise-based-task';
|
|
17
17
|
import '../../../cache/base.cjs';
|
|
18
18
|
import '../../../backend/constants.cjs';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { VercelChatModel } from '../../vercel/backend/chat.js';
|
|
2
2
|
import { GroqClientSettings, GroqClient } from './client.js';
|
|
3
3
|
import { GroqProvider } from '@ai-sdk/groq';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-DTxmaKP0.js';
|
|
5
5
|
import '../../../logger/logger.js';
|
|
6
6
|
import 'pino';
|
|
7
7
|
import '../../../errors.js';
|
|
8
8
|
import '../../../internals/types.js';
|
|
9
9
|
import '../../../internals/helpers/guards.js';
|
|
10
10
|
import '../../../internals/serializable.js';
|
|
11
|
-
import 'ai';
|
|
12
|
-
import '../../../emitter-36-9MnvA.js';
|
|
13
|
-
import '../../../backend/message.js';
|
|
14
11
|
import '../../../context.js';
|
|
12
|
+
import '../../../emitter-CL56qab4.js';
|
|
15
13
|
import '../../../internals/helpers/promise.js';
|
|
14
|
+
import 'ai';
|
|
15
|
+
import '../../../backend/message.js';
|
|
16
16
|
import 'promise-based-task';
|
|
17
17
|
import '../../../cache/base.js';
|
|
18
18
|
import '../../../backend/constants.js';
|
|
@@ -3,13 +3,13 @@ import { GroqClientSettings, GroqClient } from './client.cjs';
|
|
|
3
3
|
import { GroqProvider } from '@ai-sdk/groq';
|
|
4
4
|
import '../../../backend/embedding.cjs';
|
|
5
5
|
import '../../../context.cjs';
|
|
6
|
-
import '../../../emitter-
|
|
6
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
7
7
|
import '../../../internals/types.cjs';
|
|
8
8
|
import '../../../internals/helpers/guards.cjs';
|
|
9
9
|
import '../../../internals/serializable.cjs';
|
|
10
10
|
import '../../../internals/helpers/promise.cjs';
|
|
11
11
|
import '../../../errors.cjs';
|
|
12
|
-
import '../../../chat-
|
|
12
|
+
import '../../../chat-DaqV3woF.cjs';
|
|
13
13
|
import '../../../backend/message.cjs';
|
|
14
14
|
import 'ai';
|
|
15
15
|
import 'promise-based-task';
|
|
@@ -3,13 +3,13 @@ import { GroqClientSettings, GroqClient } from './client.js';
|
|
|
3
3
|
import { GroqProvider } from '@ai-sdk/groq';
|
|
4
4
|
import '../../../backend/embedding.js';
|
|
5
5
|
import '../../../context.js';
|
|
6
|
-
import '../../../emitter-
|
|
6
|
+
import '../../../emitter-CL56qab4.js';
|
|
7
7
|
import '../../../internals/types.js';
|
|
8
8
|
import '../../../internals/helpers/guards.js';
|
|
9
9
|
import '../../../internals/serializable.js';
|
|
10
10
|
import '../../../internals/helpers/promise.js';
|
|
11
11
|
import '../../../errors.js';
|
|
12
|
-
import '../../../chat-
|
|
12
|
+
import '../../../chat-DTxmaKP0.js';
|
|
13
13
|
import '../../../backend/message.js';
|
|
14
14
|
import 'ai';
|
|
15
15
|
import 'promise-based-task';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Logger } from '../../../logger/logger.cjs';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { RunContext, MiddlewareType } from '../../../context.cjs';
|
|
3
|
+
import { m as ChatModel, C as ChatModelParameters, h as ChatModelEmitter, d as ChatModelInput, n as ChatModelOutput, a as ChatModelObjectInput, b as ChatModelObjectOutput, i as ChatModelCache, l as ChatModelToolChoiceSupport } from '../../../chat-DaqV3woF.cjs';
|
|
4
4
|
import { BaseChatModel, BaseChatModelCallOptions } from '@langchain/core/language_models/chat_models';
|
|
5
5
|
import { BaseMessageLike, AIMessageChunk } from '@langchain/core/messages';
|
|
6
6
|
import 'pino';
|
|
@@ -8,9 +8,10 @@ import '../../../errors.cjs';
|
|
|
8
8
|
import '../../../internals/types.cjs';
|
|
9
9
|
import '../../../internals/helpers/guards.cjs';
|
|
10
10
|
import '../../../internals/serializable.cjs';
|
|
11
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
12
|
+
import '../../../internals/helpers/promise.cjs';
|
|
11
13
|
import '../../../backend/message.cjs';
|
|
12
14
|
import 'ai';
|
|
13
|
-
import '../../../emitter-jN55XZZq.cjs';
|
|
14
15
|
import 'promise-based-task';
|
|
15
16
|
import '../../../cache/base.cjs';
|
|
16
17
|
import '../../../backend/constants.cjs';
|
|
@@ -19,7 +20,6 @@ import 'ajv';
|
|
|
19
20
|
import '../../../internals/helpers/schema.cjs';
|
|
20
21
|
import 'zod';
|
|
21
22
|
import 'zod-to-json-schema';
|
|
22
|
-
import '../../../internals/helpers/promise.cjs';
|
|
23
23
|
import '../../../template.cjs';
|
|
24
24
|
|
|
25
25
|
declare class LangChainChatModel extends ChatModel {
|
|
@@ -41,11 +41,14 @@ declare class LangChainChatModel extends ChatModel {
|
|
|
41
41
|
emitter: ChatModelEmitter;
|
|
42
42
|
lcLLM: BaseChatModel<BaseChatModelCallOptions, AIMessageChunk>;
|
|
43
43
|
cache: ChatModelCache;
|
|
44
|
+
middlewares: MiddlewareType<any>[];
|
|
44
45
|
parameters: ChatModelParameters;
|
|
45
46
|
logger: Logger;
|
|
46
47
|
toolChoiceSupport: ChatModelToolChoiceSupport[];
|
|
47
48
|
toolCallFallbackViaResponseFormat: boolean;
|
|
48
49
|
modelSupportsToolCalling: boolean;
|
|
50
|
+
retryOnEmptyResponse: boolean;
|
|
51
|
+
fixInvalidToolCalls: boolean;
|
|
49
52
|
};
|
|
50
53
|
loadSnapshot(snapshot: ReturnType<typeof this.createSnapshot>): void;
|
|
51
54
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Logger } from '../../../logger/logger.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { RunContext, MiddlewareType } from '../../../context.js';
|
|
3
|
+
import { m as ChatModel, C as ChatModelParameters, h as ChatModelEmitter, d as ChatModelInput, n as ChatModelOutput, a as ChatModelObjectInput, b as ChatModelObjectOutput, i as ChatModelCache, l as ChatModelToolChoiceSupport } from '../../../chat-DTxmaKP0.js';
|
|
4
4
|
import { BaseChatModel, BaseChatModelCallOptions } from '@langchain/core/language_models/chat_models';
|
|
5
5
|
import { BaseMessageLike, AIMessageChunk } from '@langchain/core/messages';
|
|
6
6
|
import 'pino';
|
|
@@ -8,9 +8,10 @@ import '../../../errors.js';
|
|
|
8
8
|
import '../../../internals/types.js';
|
|
9
9
|
import '../../../internals/helpers/guards.js';
|
|
10
10
|
import '../../../internals/serializable.js';
|
|
11
|
+
import '../../../emitter-CL56qab4.js';
|
|
12
|
+
import '../../../internals/helpers/promise.js';
|
|
11
13
|
import '../../../backend/message.js';
|
|
12
14
|
import 'ai';
|
|
13
|
-
import '../../../emitter-36-9MnvA.js';
|
|
14
15
|
import 'promise-based-task';
|
|
15
16
|
import '../../../cache/base.js';
|
|
16
17
|
import '../../../backend/constants.js';
|
|
@@ -19,7 +20,6 @@ import 'ajv';
|
|
|
19
20
|
import '../../../internals/helpers/schema.js';
|
|
20
21
|
import 'zod';
|
|
21
22
|
import 'zod-to-json-schema';
|
|
22
|
-
import '../../../internals/helpers/promise.js';
|
|
23
23
|
import '../../../template.js';
|
|
24
24
|
|
|
25
25
|
declare class LangChainChatModel extends ChatModel {
|
|
@@ -41,11 +41,14 @@ declare class LangChainChatModel extends ChatModel {
|
|
|
41
41
|
emitter: ChatModelEmitter;
|
|
42
42
|
lcLLM: BaseChatModel<BaseChatModelCallOptions, AIMessageChunk>;
|
|
43
43
|
cache: ChatModelCache;
|
|
44
|
+
middlewares: MiddlewareType<any>[];
|
|
44
45
|
parameters: ChatModelParameters;
|
|
45
46
|
logger: Logger;
|
|
46
47
|
toolChoiceSupport: ChatModelToolChoiceSupport[];
|
|
47
48
|
toolCallFallbackViaResponseFormat: boolean;
|
|
48
49
|
modelSupportsToolCalling: boolean;
|
|
50
|
+
retryOnEmptyResponse: boolean;
|
|
51
|
+
fixInvalidToolCalls: boolean;
|
|
49
52
|
};
|
|
50
53
|
loadSnapshot(snapshot: ReturnType<typeof this.createSnapshot>): void;
|
|
51
54
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EmbeddingModel, EmbeddingModelEvents, EmbeddingModelInput, EmbeddingModelOutput } from '../../../backend/embedding.cjs';
|
|
2
2
|
import { RunContext } from '../../../context.cjs';
|
|
3
|
-
import { E as Emitter } from '../../../emitter-
|
|
3
|
+
import { E as Emitter } from '../../../emitter-UkIkNrek.cjs';
|
|
4
4
|
import { Embeddings } from '@langchain/core/embeddings';
|
|
5
5
|
import '../../../internals/serializable.cjs';
|
|
6
6
|
import '../../../internals/types.cjs';
|
|
7
7
|
import '../../../internals/helpers/guards.cjs';
|
|
8
8
|
import '../../../errors.cjs';
|
|
9
|
-
import '../../../chat-
|
|
9
|
+
import '../../../chat-DaqV3woF.cjs';
|
|
10
10
|
import '../../../backend/message.cjs';
|
|
11
11
|
import 'ai';
|
|
12
12
|
import 'promise-based-task';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EmbeddingModel, EmbeddingModelEvents, EmbeddingModelInput, EmbeddingModelOutput } from '../../../backend/embedding.js';
|
|
2
2
|
import { RunContext } from '../../../context.js';
|
|
3
|
-
import { E as Emitter } from '../../../emitter-
|
|
3
|
+
import { E as Emitter } from '../../../emitter-CL56qab4.js';
|
|
4
4
|
import { Embeddings } from '@langchain/core/embeddings';
|
|
5
5
|
import '../../../internals/serializable.js';
|
|
6
6
|
import '../../../internals/types.js';
|
|
7
7
|
import '../../../internals/helpers/guards.js';
|
|
8
8
|
import '../../../errors.js';
|
|
9
|
-
import '../../../chat-
|
|
9
|
+
import '../../../chat-DTxmaKP0.js';
|
|
10
10
|
import '../../../backend/message.js';
|
|
11
11
|
import 'ai';
|
|
12
12
|
import 'promise-based-task';
|
|
@@ -4,7 +4,7 @@ import { BaseToolRunOptions, BaseToolOptions, JSONToolOutput, Tool, ToolEmitter,
|
|
|
4
4
|
import { GetRunContext } from '../../context.cjs';
|
|
5
5
|
import { RunnableConfig } from '@langchain/core/runnables';
|
|
6
6
|
import * as LCTools from '@langchain/core/tools';
|
|
7
|
-
import { E as Emitter } from '../../emitter-
|
|
7
|
+
import { E as Emitter } from '../../emitter-UkIkNrek.cjs';
|
|
8
8
|
import '../../internals/serializable.cjs';
|
|
9
9
|
import '../../internals/types.cjs';
|
|
10
10
|
import '../../internals/helpers/guards.cjs';
|
|
@@ -4,7 +4,7 @@ import { BaseToolRunOptions, BaseToolOptions, JSONToolOutput, Tool, ToolEmitter,
|
|
|
4
4
|
import { GetRunContext } from '../../context.js';
|
|
5
5
|
import { RunnableConfig } from '@langchain/core/runnables';
|
|
6
6
|
import * as LCTools from '@langchain/core/tools';
|
|
7
|
-
import { E as Emitter } from '../../emitter-
|
|
7
|
+
import { E as Emitter } from '../../emitter-CL56qab4.js';
|
|
8
8
|
import '../../internals/serializable.js';
|
|
9
9
|
import '../../internals/types.js';
|
|
10
10
|
import '../../internals/helpers/guards.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { VercelChatModel } from '../../vercel/backend/chat.cjs';
|
|
2
2
|
import { OllamaProvider } from 'ollama-ai-provider-v2';
|
|
3
3
|
import { OllamaClient, OllamaClientSettings } from './client.cjs';
|
|
4
|
-
import { l as ChatModelToolChoiceSupport } from '../../../chat-
|
|
4
|
+
import { l as ChatModelToolChoiceSupport } from '../../../chat-DaqV3woF.cjs';
|
|
5
5
|
import '../../../logger/logger.cjs';
|
|
6
6
|
import 'pino';
|
|
7
7
|
import '../../../errors.cjs';
|
|
8
8
|
import '../../../internals/types.cjs';
|
|
9
9
|
import '../../../internals/helpers/guards.cjs';
|
|
10
10
|
import '../../../internals/serializable.cjs';
|
|
11
|
-
import 'ai';
|
|
12
|
-
import '../../../emitter-jN55XZZq.cjs';
|
|
13
|
-
import '../../../backend/message.cjs';
|
|
14
11
|
import '../../../context.cjs';
|
|
12
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
15
13
|
import '../../../internals/helpers/promise.cjs';
|
|
14
|
+
import 'ai';
|
|
15
|
+
import '../../../backend/message.cjs';
|
|
16
16
|
import 'promise-based-task';
|
|
17
17
|
import '../../../cache/base.cjs';
|
|
18
18
|
import '../../../backend/constants.cjs';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { VercelChatModel } from '../../vercel/backend/chat.js';
|
|
2
2
|
import { OllamaProvider } from 'ollama-ai-provider-v2';
|
|
3
3
|
import { OllamaClient, OllamaClientSettings } from './client.js';
|
|
4
|
-
import { l as ChatModelToolChoiceSupport } from '../../../chat-
|
|
4
|
+
import { l as ChatModelToolChoiceSupport } from '../../../chat-DTxmaKP0.js';
|
|
5
5
|
import '../../../logger/logger.js';
|
|
6
6
|
import 'pino';
|
|
7
7
|
import '../../../errors.js';
|
|
8
8
|
import '../../../internals/types.js';
|
|
9
9
|
import '../../../internals/helpers/guards.js';
|
|
10
10
|
import '../../../internals/serializable.js';
|
|
11
|
-
import 'ai';
|
|
12
|
-
import '../../../emitter-36-9MnvA.js';
|
|
13
|
-
import '../../../backend/message.js';
|
|
14
11
|
import '../../../context.js';
|
|
12
|
+
import '../../../emitter-CL56qab4.js';
|
|
15
13
|
import '../../../internals/helpers/promise.js';
|
|
14
|
+
import 'ai';
|
|
15
|
+
import '../../../backend/message.js';
|
|
16
16
|
import 'promise-based-task';
|
|
17
17
|
import '../../../cache/base.js';
|
|
18
18
|
import '../../../backend/constants.js';
|
|
@@ -7,10 +7,10 @@ import '../../../internals/types.cjs';
|
|
|
7
7
|
import '../../../internals/helpers/guards.cjs';
|
|
8
8
|
import '../../../backend/embedding.cjs';
|
|
9
9
|
import '../../../context.cjs';
|
|
10
|
-
import '../../../emitter-
|
|
10
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
11
11
|
import '../../../internals/helpers/promise.cjs';
|
|
12
12
|
import '../../../errors.cjs';
|
|
13
|
-
import '../../../chat-
|
|
13
|
+
import '../../../chat-DaqV3woF.cjs';
|
|
14
14
|
import '../../../backend/message.cjs';
|
|
15
15
|
import 'ai';
|
|
16
16
|
import 'promise-based-task';
|
|
@@ -7,10 +7,10 @@ import '../../../internals/types.js';
|
|
|
7
7
|
import '../../../internals/helpers/guards.js';
|
|
8
8
|
import '../../../backend/embedding.js';
|
|
9
9
|
import '../../../context.js';
|
|
10
|
-
import '../../../emitter-
|
|
10
|
+
import '../../../emitter-CL56qab4.js';
|
|
11
11
|
import '../../../internals/helpers/promise.js';
|
|
12
12
|
import '../../../errors.js';
|
|
13
|
-
import '../../../chat-
|
|
13
|
+
import '../../../chat-DTxmaKP0.js';
|
|
14
14
|
import '../../../backend/message.js';
|
|
15
15
|
import 'ai';
|
|
16
16
|
import 'promise-based-task';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OpenAIProvider } from '@ai-sdk/openai';
|
|
2
2
|
import { OpenAIClient, OpenAIClientSettings } from './client.cjs';
|
|
3
3
|
import { VercelChatModel } from '../../vercel/backend/chat.cjs';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-DaqV3woF.cjs';
|
|
5
5
|
import '../../../backend/client.cjs';
|
|
6
6
|
import '../../../internals/serializable.cjs';
|
|
7
7
|
import '../../../internals/types.cjs';
|
|
@@ -9,11 +9,11 @@ import '../../../internals/helpers/guards.cjs';
|
|
|
9
9
|
import '../../../logger/logger.cjs';
|
|
10
10
|
import 'pino';
|
|
11
11
|
import '../../../errors.cjs';
|
|
12
|
-
import 'ai';
|
|
13
|
-
import '../../../emitter-jN55XZZq.cjs';
|
|
14
|
-
import '../../../backend/message.cjs';
|
|
15
12
|
import '../../../context.cjs';
|
|
13
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
16
14
|
import '../../../internals/helpers/promise.cjs';
|
|
15
|
+
import 'ai';
|
|
16
|
+
import '../../../backend/message.cjs';
|
|
17
17
|
import 'promise-based-task';
|
|
18
18
|
import '../../../cache/base.cjs';
|
|
19
19
|
import '../../../backend/constants.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OpenAIProvider } from '@ai-sdk/openai';
|
|
2
2
|
import { OpenAIClient, OpenAIClientSettings } from './client.js';
|
|
3
3
|
import { VercelChatModel } from '../../vercel/backend/chat.js';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-DTxmaKP0.js';
|
|
5
5
|
import '../../../backend/client.js';
|
|
6
6
|
import '../../../internals/serializable.js';
|
|
7
7
|
import '../../../internals/types.js';
|
|
@@ -9,11 +9,11 @@ import '../../../internals/helpers/guards.js';
|
|
|
9
9
|
import '../../../logger/logger.js';
|
|
10
10
|
import 'pino';
|
|
11
11
|
import '../../../errors.js';
|
|
12
|
-
import 'ai';
|
|
13
|
-
import '../../../emitter-36-9MnvA.js';
|
|
14
|
-
import '../../../backend/message.js';
|
|
15
12
|
import '../../../context.js';
|
|
13
|
+
import '../../../emitter-CL56qab4.js';
|
|
16
14
|
import '../../../internals/helpers/promise.js';
|
|
15
|
+
import 'ai';
|
|
16
|
+
import '../../../backend/message.js';
|
|
17
17
|
import 'promise-based-task';
|
|
18
18
|
import '../../../cache/base.js';
|
|
19
19
|
import '../../../backend/constants.js';
|
|
@@ -7,10 +7,10 @@ import '../../../internals/types.cjs';
|
|
|
7
7
|
import '../../../internals/helpers/guards.cjs';
|
|
8
8
|
import '../../../backend/embedding.cjs';
|
|
9
9
|
import '../../../context.cjs';
|
|
10
|
-
import '../../../emitter-
|
|
10
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
11
11
|
import '../../../internals/helpers/promise.cjs';
|
|
12
12
|
import '../../../errors.cjs';
|
|
13
|
-
import '../../../chat-
|
|
13
|
+
import '../../../chat-DaqV3woF.cjs';
|
|
14
14
|
import '../../../backend/message.cjs';
|
|
15
15
|
import 'ai';
|
|
16
16
|
import 'promise-based-task';
|
|
@@ -7,10 +7,10 @@ import '../../../internals/types.js';
|
|
|
7
7
|
import '../../../internals/helpers/guards.js';
|
|
8
8
|
import '../../../backend/embedding.js';
|
|
9
9
|
import '../../../context.js';
|
|
10
|
-
import '../../../emitter-
|
|
10
|
+
import '../../../emitter-CL56qab4.js';
|
|
11
11
|
import '../../../internals/helpers/promise.js';
|
|
12
12
|
import '../../../errors.js';
|
|
13
|
-
import '../../../chat-
|
|
13
|
+
import '../../../chat-DTxmaKP0.js';
|
|
14
14
|
import '../../../backend/message.js';
|
|
15
15
|
import 'ai';
|
|
16
16
|
import 'promise-based-task';
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { Logger } from '../../../logger/logger.cjs';
|
|
2
|
-
import {
|
|
2
|
+
import { GetRunContext, MiddlewareType } from '../../../context.cjs';
|
|
3
|
+
import { m as ChatModel, g as ChatModelEvents, d as ChatModelInput, n as ChatModelOutput, a as ChatModelObjectInput, b as ChatModelObjectOutput, i as ChatModelCache, C as ChatModelParameters, l as ChatModelToolChoiceSupport } from '../../../chat-DaqV3woF.cjs';
|
|
3
4
|
import { LanguageModel, generateText, CoreAssistantMessage, CoreToolMessage } from 'ai';
|
|
4
|
-
import { E as Emitter } from '../../../emitter-
|
|
5
|
+
import { E as Emitter } from '../../../emitter-UkIkNrek.cjs';
|
|
5
6
|
import { Message } from '../../../backend/message.cjs';
|
|
6
|
-
import { GetRunContext } from '../../../context.cjs';
|
|
7
7
|
import 'pino';
|
|
8
8
|
import '../../../errors.cjs';
|
|
9
9
|
import '../../../internals/types.cjs';
|
|
10
10
|
import '../../../internals/helpers/guards.cjs';
|
|
11
11
|
import '../../../internals/serializable.cjs';
|
|
12
|
+
import '../../../internals/helpers/promise.cjs';
|
|
12
13
|
import 'promise-based-task';
|
|
13
14
|
import '../../../cache/base.cjs';
|
|
14
15
|
import '../../../backend/constants.cjs';
|
|
@@ -17,7 +18,6 @@ import 'ajv';
|
|
|
17
18
|
import '../../../internals/helpers/schema.cjs';
|
|
18
19
|
import 'zod';
|
|
19
20
|
import 'zod-to-json-schema';
|
|
20
|
-
import '../../../internals/helpers/promise.cjs';
|
|
21
21
|
import '../../../template.cjs';
|
|
22
22
|
|
|
23
23
|
type LanguageModelV2 = Exclude<LanguageModel, string>;
|
|
@@ -40,11 +40,14 @@ declare abstract class VercelChatModel<M extends LanguageModelV2 = LanguageModel
|
|
|
40
40
|
supportsToolStreaming: boolean;
|
|
41
41
|
cache: ChatModelCache;
|
|
42
42
|
emitter: Emitter<ChatModelEvents>;
|
|
43
|
+
middlewares: MiddlewareType<any>[];
|
|
43
44
|
parameters: ChatModelParameters;
|
|
44
45
|
logger: Logger;
|
|
45
46
|
toolChoiceSupport: ChatModelToolChoiceSupport[];
|
|
46
47
|
toolCallFallbackViaResponseFormat: boolean;
|
|
47
48
|
modelSupportsToolCalling: boolean;
|
|
49
|
+
retryOnEmptyResponse: boolean;
|
|
50
|
+
fixInvalidToolCalls: boolean;
|
|
48
51
|
};
|
|
49
52
|
loadSnapshot({ providerId, modelId, ...snapshot }: ReturnType<typeof this.createSnapshot>): Promise<void>;
|
|
50
53
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { Logger } from '../../../logger/logger.js';
|
|
2
|
-
import {
|
|
2
|
+
import { GetRunContext, MiddlewareType } from '../../../context.js';
|
|
3
|
+
import { m as ChatModel, g as ChatModelEvents, d as ChatModelInput, n as ChatModelOutput, a as ChatModelObjectInput, b as ChatModelObjectOutput, i as ChatModelCache, C as ChatModelParameters, l as ChatModelToolChoiceSupport } from '../../../chat-DTxmaKP0.js';
|
|
3
4
|
import { LanguageModel, generateText, CoreAssistantMessage, CoreToolMessage } from 'ai';
|
|
4
|
-
import { E as Emitter } from '../../../emitter-
|
|
5
|
+
import { E as Emitter } from '../../../emitter-CL56qab4.js';
|
|
5
6
|
import { Message } from '../../../backend/message.js';
|
|
6
|
-
import { GetRunContext } from '../../../context.js';
|
|
7
7
|
import 'pino';
|
|
8
8
|
import '../../../errors.js';
|
|
9
9
|
import '../../../internals/types.js';
|
|
10
10
|
import '../../../internals/helpers/guards.js';
|
|
11
11
|
import '../../../internals/serializable.js';
|
|
12
|
+
import '../../../internals/helpers/promise.js';
|
|
12
13
|
import 'promise-based-task';
|
|
13
14
|
import '../../../cache/base.js';
|
|
14
15
|
import '../../../backend/constants.js';
|
|
@@ -17,7 +18,6 @@ import 'ajv';
|
|
|
17
18
|
import '../../../internals/helpers/schema.js';
|
|
18
19
|
import 'zod';
|
|
19
20
|
import 'zod-to-json-schema';
|
|
20
|
-
import '../../../internals/helpers/promise.js';
|
|
21
21
|
import '../../../template.js';
|
|
22
22
|
|
|
23
23
|
type LanguageModelV2 = Exclude<LanguageModel, string>;
|
|
@@ -40,11 +40,14 @@ declare abstract class VercelChatModel<M extends LanguageModelV2 = LanguageModel
|
|
|
40
40
|
supportsToolStreaming: boolean;
|
|
41
41
|
cache: ChatModelCache;
|
|
42
42
|
emitter: Emitter<ChatModelEvents>;
|
|
43
|
+
middlewares: MiddlewareType<any>[];
|
|
43
44
|
parameters: ChatModelParameters;
|
|
44
45
|
logger: Logger;
|
|
45
46
|
toolChoiceSupport: ChatModelToolChoiceSupport[];
|
|
46
47
|
toolCallFallbackViaResponseFormat: boolean;
|
|
47
48
|
modelSupportsToolCalling: boolean;
|
|
49
|
+
retryOnEmptyResponse: boolean;
|
|
50
|
+
fixInvalidToolCalls: boolean;
|
|
48
51
|
};
|
|
49
52
|
loadSnapshot({ providerId, modelId, ...snapshot }: ReturnType<typeof this.createSnapshot>): Promise<void>;
|
|
50
53
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EmbeddingModel as EmbeddingModel$1, EmbeddingModelEvents, EmbeddingModelInput, EmbeddingModelOutput } from '../../../backend/embedding.cjs';
|
|
2
2
|
import { EmbeddingModel } from 'ai';
|
|
3
|
-
import { E as Emitter } from '../../../emitter-
|
|
3
|
+
import { E as Emitter } from '../../../emitter-UkIkNrek.cjs';
|
|
4
4
|
import { GetRunContext } from '../../../context.cjs';
|
|
5
5
|
import '../../../internals/serializable.cjs';
|
|
6
6
|
import '../../../internals/types.cjs';
|
|
7
7
|
import '../../../internals/helpers/guards.cjs';
|
|
8
8
|
import '../../../errors.cjs';
|
|
9
|
-
import '../../../chat-
|
|
9
|
+
import '../../../chat-DaqV3woF.cjs';
|
|
10
10
|
import '../../../backend/message.cjs';
|
|
11
11
|
import 'promise-based-task';
|
|
12
12
|
import '../../../cache/base.cjs';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EmbeddingModel as EmbeddingModel$1, EmbeddingModelEvents, EmbeddingModelInput, EmbeddingModelOutput } from '../../../backend/embedding.js';
|
|
2
2
|
import { EmbeddingModel } from 'ai';
|
|
3
|
-
import { E as Emitter } from '../../../emitter-
|
|
3
|
+
import { E as Emitter } from '../../../emitter-CL56qab4.js';
|
|
4
4
|
import { GetRunContext } from '../../../context.js';
|
|
5
5
|
import '../../../internals/serializable.js';
|
|
6
6
|
import '../../../internals/types.js';
|
|
7
7
|
import '../../../internals/helpers/guards.js';
|
|
8
8
|
import '../../../errors.js';
|
|
9
|
-
import '../../../chat-
|
|
9
|
+
import '../../../chat-DTxmaKP0.js';
|
|
10
10
|
import '../../../backend/message.js';
|
|
11
11
|
import 'promise-based-task';
|
|
12
12
|
import '../../../cache/base.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CustomMessage, UserMessage } from '../../../backend/message.cjs';
|
|
2
2
|
import { LanguageModelUsage, ToolCallPart } from 'ai';
|
|
3
|
-
import { f as ChatModelUsage } from '../../../chat-
|
|
3
|
+
import { f as ChatModelUsage } from '../../../chat-DaqV3woF.cjs';
|
|
4
4
|
import '../../../internals/serializable.cjs';
|
|
5
5
|
import '../../../internals/types.cjs';
|
|
6
6
|
import '../../../internals/helpers/guards.cjs';
|
|
7
7
|
import '../../../context.cjs';
|
|
8
|
-
import '../../../emitter-
|
|
8
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
9
9
|
import '../../../internals/helpers/promise.cjs';
|
|
10
10
|
import '../../../errors.cjs';
|
|
11
11
|
import 'promise-based-task';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CustomMessage, UserMessage } from '../../../backend/message.js';
|
|
2
2
|
import { LanguageModelUsage, ToolCallPart } from 'ai';
|
|
3
|
-
import { f as ChatModelUsage } from '../../../chat-
|
|
3
|
+
import { f as ChatModelUsage } from '../../../chat-DTxmaKP0.js';
|
|
4
4
|
import '../../../internals/serializable.js';
|
|
5
5
|
import '../../../internals/types.js';
|
|
6
6
|
import '../../../internals/helpers/guards.js';
|
|
7
7
|
import '../../../context.js';
|
|
8
|
-
import '../../../emitter-
|
|
8
|
+
import '../../../emitter-CL56qab4.js';
|
|
9
9
|
import '../../../internals/helpers/promise.js';
|
|
10
10
|
import '../../../errors.js';
|
|
11
11
|
import 'promise-based-task';
|