@opentiny/tiny-robot-kit 0.4.2-alpha.6 → 0.4.2-alpha.7
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/core.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatCompletionMessageParam, ChatCompletionMessageToolCall, ChatCompletion, ChatCompletionChunk, ChatCompletionTool } from 'openai/resources/index';
|
|
2
|
-
import { M as MaybePromise } from './types-
|
|
2
|
+
import { M as MaybePromise } from './types-D0E0rOVi.mjs';
|
|
3
3
|
import { Ref, ComputedRef } from 'vue';
|
|
4
4
|
|
|
5
5
|
type DeepReadonly<T> = T extends (...args: any[]) => any ? T : T extends Array<infer U> ? ReadonlyArray<DeepReadonly<U>> : T extends object ? {
|
package/dist/core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatCompletionMessageParam, ChatCompletionMessageToolCall, ChatCompletion, ChatCompletionChunk, ChatCompletionTool } from 'openai/resources/index';
|
|
2
|
-
import { M as MaybePromise } from './types-
|
|
2
|
+
import { M as MaybePromise } from './types-D0E0rOVi.js';
|
|
3
3
|
import { Ref, ComputedRef } from 'vue';
|
|
4
4
|
|
|
5
5
|
type DeepReadonly<T> = T extends (...args: any[]) => any ? T : T extends Array<infer U> ? ReadonlyArray<DeepReadonly<U>> : T extends object ? {
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { A as AIModelConfig, C as ChatCompletionRequest, a as ChatCompletionResponse, S as StreamHandler, B as BaseModelProvider, b as ChatMessage, M as MaybePromise, T as ToolCall } from './types-D0E0rOVi.mjs';
|
|
2
|
+
export { c as AIAdapterError, d as AIProvider, e as ChatCompletionOptions, f as ChatCompletionResponseChoice, g as ChatCompletionResponseMessage, h as ChatCompletionResponseUsage, i as ChatCompletionStreamResponse, j as ChatCompletionStreamResponseChoice, k as ChatCompletionStreamResponseDelta, l as ChatHistory, E as ErrorType, m as MessageMetadata, n as MessageRole, o as StreamEventType } from './types-D0E0rOVi.mjs';
|
|
3
3
|
import { Ref, ComputedRef } from 'vue';
|
|
4
4
|
|
|
5
5
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { A as AIModelConfig, C as ChatCompletionRequest, a as ChatCompletionResponse, S as StreamHandler, B as BaseModelProvider, b as ChatMessage, M as MaybePromise, T as ToolCall } from './types-D0E0rOVi.js';
|
|
2
|
+
export { c as AIAdapterError, d as AIProvider, e as ChatCompletionOptions, f as ChatCompletionResponseChoice, g as ChatCompletionResponseMessage, h as ChatCompletionResponseUsage, i as ChatCompletionStreamResponse, j as ChatCompletionStreamResponseChoice, k as ChatCompletionStreamResponseDelta, l as ChatHistory, E as ErrorType, m as MessageMetadata, n as MessageRole, o as StreamEventType } from './types-D0E0rOVi.js';
|
|
3
3
|
import { Ref, ComputedRef } from 'vue';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -209,4 +209,4 @@ interface StreamHandler {
|
|
|
209
209
|
onDone: (finishReason?: string) => void;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
export { type
|
|
212
|
+
export { type AIModelConfig as A, BaseModelProvider as B, type ChatCompletionRequest as C, ErrorType as E, type MaybePromise as M, type StreamHandler as S, type ToolCall as T, type ChatCompletionResponse as a, type ChatMessage as b, type AIAdapterError as c, type AIProvider as d, type ChatCompletionOptions as e, type ChatCompletionResponseChoice as f, type ChatCompletionResponseMessage as g, type ChatCompletionResponseUsage as h, type ChatCompletionStreamResponse as i, type ChatCompletionStreamResponseChoice as j, type ChatCompletionStreamResponseDelta as k, type ChatHistory as l, type MessageMetadata as m, type MessageRole as n, StreamEventType as o };
|
|
@@ -209,4 +209,4 @@ interface StreamHandler {
|
|
|
209
209
|
onDone: (finishReason?: string) => void;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
export { type
|
|
212
|
+
export { type AIModelConfig as A, BaseModelProvider as B, type ChatCompletionRequest as C, ErrorType as E, type MaybePromise as M, type StreamHandler as S, type ToolCall as T, type ChatCompletionResponse as a, type ChatMessage as b, type AIAdapterError as c, type AIProvider as d, type ChatCompletionOptions as e, type ChatCompletionResponseChoice as f, type ChatCompletionResponseMessage as g, type ChatCompletionResponseUsage as h, type ChatCompletionStreamResponse as i, type ChatCompletionStreamResponseChoice as j, type ChatCompletionStreamResponseDelta as k, type ChatHistory as l, type MessageMetadata as m, type MessageRole as n, StreamEventType as o };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-robot-kit",
|
|
3
|
-
"version": "0.4.2-alpha.
|
|
3
|
+
"version": "0.4.2-alpha.7",
|
|
4
4
|
"homepage": "https://docs.opentiny.design/tiny-robot/",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"idb": "^8.0.3"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "6713e6fd0f9a7239d940e5402fec6b8d81bce365"
|
|
75
75
|
}
|