@gammatech/aijsx 0.7.2-dev.2024-05-22.2 → 0.8.1-dev.2024-05-24
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.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +6 -5
- package/dist/index.mjs +6 -5
- package/dist/{jsx-dev-runtime-QmuBZKaT.d.mts → jsx-dev-runtime-Kh2H5_Cf.d.mts} +1 -1
- package/dist/{jsx-dev-runtime-QmuBZKaT.d.ts → jsx-dev-runtime-Kh2H5_Cf.d.ts} +1 -1
- package/dist/jsx-dev-runtime.d.mts +1 -1
- package/dist/jsx-dev-runtime.d.ts +1 -1
- package/dist/jsx-runtime.d.mts +1 -1
- package/dist/jsx-runtime.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as RenderContext, L as LogImplementation, S as SpanProcessor, C as ContextValues, a as Context, A as AINode, T as Tracer, b as ReadableSpan, c as SpanExporter, d as AIComponent, e as SpanAttributes, P as Prompt, f as ChatCompletionRequestPayloads, E as EvaluatorResult,
|
|
2
|
-
export { I as AIElement,
|
|
1
|
+
import { R as RenderContext, L as LogImplementation, S as SpanProcessor, C as ContextValues, a as Context, A as AINode, T as Tracer, b as ReadableSpan, c as SpanExporter, d as AIComponent, e as SpanAttributes, P as Prompt, f as ChatCompletionRequestPayloads, g as RenderedConversationMessage, E as EvaluatorResult, h as EvaluatorFn, i as PromptParsed, N as NotAsyncGenerator, F as FunctionChain, j as StreamChain, k as ChatCompletionClientAndProvider, J as JSX } from './jsx-dev-runtime-Kh2H5_Cf.mjs';
|
|
2
|
+
export { I as AIElement, m as AIFragment, q as AssistantMessage, B as BoundLogger, s as ChatCompletionError, o as ChatCompletionRole, z as CombinedLogger, y as ConsoleLogger, D as Literal, t as LogChatCompletionRequest, u as LogChatCompletionResponse, v as LogLevel, w as Logger, x as NoopLogImplementation, _ as OutputParser, M as PropsOfAIComponent, G as RenderResult, K as Renderable, V as Span, O as SpanContext, W as SpanEvent, Q as SpanStatus, p as SystemMessage, Y as TracingContext, X as TracingContextKey, Z as TracingContextManager, U as UserMessage, H as attachedContextSymbol, r as computeUsage, l as createAIElement, n as createContext } from './jsx-dev-runtime-Kh2H5_Cf.mjs';
|
|
3
3
|
import { ZodObject, ZodRawShape, ZodTypeAny, ZodString, z } from 'zod';
|
|
4
4
|
import { OpenAI } from 'openai';
|
|
5
5
|
export { OpenAI as OpenAIClient } from 'openai';
|
|
@@ -129,6 +129,7 @@ declare namespace AISpanAttributes {
|
|
|
129
129
|
retryCount?: number;
|
|
130
130
|
requestType: K;
|
|
131
131
|
chatCompletionRequest: ChatCompletionRequestPayloads[K];
|
|
132
|
+
inputMessages: RenderedConversationMessage[];
|
|
132
133
|
finishReason: string | null;
|
|
133
134
|
output: string;
|
|
134
135
|
tokensUsed: Usage;
|
|
@@ -281,4 +282,4 @@ type ClaudeImageBlockUrl = {
|
|
|
281
282
|
type ClaudeImageBlockProps = ClaudeImageBlockBase64 | ClaudeImageBlockUrl;
|
|
282
283
|
declare const ClaudeImageBlock: (props: ClaudeImageBlockProps) => Promise<JSX.Element>;
|
|
283
284
|
|
|
284
|
-
export { AIComponent, AINode, AISpanAttributes, AISpanProcessor, AnthropicChatCompletion, AnthropicChatCompletionInner, type AnthropicChatCompletionRequest, AnthropicClientContext, ChatCompletionClientAndProvider, type ChatCompletionRequestPayloads, ClaudeImageBlock, ContentTypeImage, Context, type CostFn, DefaultMaxRetriesContext, EnrichingSpanProcessor, EvaluatorFn, EvaluatorResult, Fallback, FunctionChain, LogImplementation, NotAsyncGenerator, OpenAIChatCompletion, type OpenAIChatCompletionRequest, type OpenAIChatMessage, OpenAIClientContext, OpenAIVisionChatCompletion, OpenAIVisionChatCompletionInner, ParseVariablesError, ProcessedAISpanAttributes, type Prompt, PromptInvalidOutputError, PromptParsed, ReadableSpan, RenderContext, Retry, RetryCountContext, SpanAttributes, SpanExporter, SpanProcessor, StreamChain, Trace, Tracer, type ValidAnthropicChatModel, type ValidOpenAIChatModel, type ValidOpenAIVisionModel, createFunctionChain, createPrompt, createRenderContext, createStreamChain, evaluatePrompt, tokenCountForOpenAIMessage, tokenCountForOpenAIVisionMessage, tokenLimitForChatModel, tokenizer, tracing };
|
|
285
|
+
export { AIComponent, AINode, AISpanAttributes, AISpanProcessor, AnthropicChatCompletion, AnthropicChatCompletionInner, type AnthropicChatCompletionRequest, AnthropicClientContext, ChatCompletionClientAndProvider, type ChatCompletionRequestPayloads, ClaudeImageBlock, ContentTypeImage, Context, type CostFn, DefaultMaxRetriesContext, EnrichingSpanProcessor, EvaluatorFn, EvaluatorResult, Fallback, FunctionChain, LogImplementation, NotAsyncGenerator, OpenAIChatCompletion, type OpenAIChatCompletionRequest, type OpenAIChatMessage, OpenAIClientContext, OpenAIVisionChatCompletion, OpenAIVisionChatCompletionInner, ParseVariablesError, ProcessedAISpanAttributes, type Prompt, PromptInvalidOutputError, PromptParsed, ReadableSpan, RenderContext, RenderedConversationMessage, Retry, RetryCountContext, SpanAttributes, SpanExporter, SpanProcessor, StreamChain, Trace, Tracer, type ValidAnthropicChatModel, type ValidOpenAIChatModel, type ValidOpenAIVisionModel, createFunctionChain, createPrompt, createRenderContext, createStreamChain, evaluatePrompt, tokenCountForOpenAIMessage, tokenCountForOpenAIVisionMessage, tokenLimitForChatModel, tokenizer, tracing };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as RenderContext, L as LogImplementation, S as SpanProcessor, C as ContextValues, a as Context, A as AINode, T as Tracer, b as ReadableSpan, c as SpanExporter, d as AIComponent, e as SpanAttributes, P as Prompt, f as ChatCompletionRequestPayloads, E as EvaluatorResult,
|
|
2
|
-
export { I as AIElement,
|
|
1
|
+
import { R as RenderContext, L as LogImplementation, S as SpanProcessor, C as ContextValues, a as Context, A as AINode, T as Tracer, b as ReadableSpan, c as SpanExporter, d as AIComponent, e as SpanAttributes, P as Prompt, f as ChatCompletionRequestPayloads, g as RenderedConversationMessage, E as EvaluatorResult, h as EvaluatorFn, i as PromptParsed, N as NotAsyncGenerator, F as FunctionChain, j as StreamChain, k as ChatCompletionClientAndProvider, J as JSX } from './jsx-dev-runtime-Kh2H5_Cf.js';
|
|
2
|
+
export { I as AIElement, m as AIFragment, q as AssistantMessage, B as BoundLogger, s as ChatCompletionError, o as ChatCompletionRole, z as CombinedLogger, y as ConsoleLogger, D as Literal, t as LogChatCompletionRequest, u as LogChatCompletionResponse, v as LogLevel, w as Logger, x as NoopLogImplementation, _ as OutputParser, M as PropsOfAIComponent, G as RenderResult, K as Renderable, V as Span, O as SpanContext, W as SpanEvent, Q as SpanStatus, p as SystemMessage, Y as TracingContext, X as TracingContextKey, Z as TracingContextManager, U as UserMessage, H as attachedContextSymbol, r as computeUsage, l as createAIElement, n as createContext } from './jsx-dev-runtime-Kh2H5_Cf.js';
|
|
3
3
|
import { ZodObject, ZodRawShape, ZodTypeAny, ZodString, z } from 'zod';
|
|
4
4
|
import { OpenAI } from 'openai';
|
|
5
5
|
export { OpenAI as OpenAIClient } from 'openai';
|
|
@@ -129,6 +129,7 @@ declare namespace AISpanAttributes {
|
|
|
129
129
|
retryCount?: number;
|
|
130
130
|
requestType: K;
|
|
131
131
|
chatCompletionRequest: ChatCompletionRequestPayloads[K];
|
|
132
|
+
inputMessages: RenderedConversationMessage[];
|
|
132
133
|
finishReason: string | null;
|
|
133
134
|
output: string;
|
|
134
135
|
tokensUsed: Usage;
|
|
@@ -281,4 +282,4 @@ type ClaudeImageBlockUrl = {
|
|
|
281
282
|
type ClaudeImageBlockProps = ClaudeImageBlockBase64 | ClaudeImageBlockUrl;
|
|
282
283
|
declare const ClaudeImageBlock: (props: ClaudeImageBlockProps) => Promise<JSX.Element>;
|
|
283
284
|
|
|
284
|
-
export { AIComponent, AINode, AISpanAttributes, AISpanProcessor, AnthropicChatCompletion, AnthropicChatCompletionInner, type AnthropicChatCompletionRequest, AnthropicClientContext, ChatCompletionClientAndProvider, type ChatCompletionRequestPayloads, ClaudeImageBlock, ContentTypeImage, Context, type CostFn, DefaultMaxRetriesContext, EnrichingSpanProcessor, EvaluatorFn, EvaluatorResult, Fallback, FunctionChain, LogImplementation, NotAsyncGenerator, OpenAIChatCompletion, type OpenAIChatCompletionRequest, type OpenAIChatMessage, OpenAIClientContext, OpenAIVisionChatCompletion, OpenAIVisionChatCompletionInner, ParseVariablesError, ProcessedAISpanAttributes, type Prompt, PromptInvalidOutputError, PromptParsed, ReadableSpan, RenderContext, Retry, RetryCountContext, SpanAttributes, SpanExporter, SpanProcessor, StreamChain, Trace, Tracer, type ValidAnthropicChatModel, type ValidOpenAIChatModel, type ValidOpenAIVisionModel, createFunctionChain, createPrompt, createRenderContext, createStreamChain, evaluatePrompt, tokenCountForOpenAIMessage, tokenCountForOpenAIVisionMessage, tokenLimitForChatModel, tokenizer, tracing };
|
|
285
|
+
export { AIComponent, AINode, AISpanAttributes, AISpanProcessor, AnthropicChatCompletion, AnthropicChatCompletionInner, type AnthropicChatCompletionRequest, AnthropicClientContext, ChatCompletionClientAndProvider, type ChatCompletionRequestPayloads, ClaudeImageBlock, ContentTypeImage, Context, type CostFn, DefaultMaxRetriesContext, EnrichingSpanProcessor, EvaluatorFn, EvaluatorResult, Fallback, FunctionChain, LogImplementation, NotAsyncGenerator, OpenAIChatCompletion, type OpenAIChatCompletionRequest, type OpenAIChatMessage, OpenAIClientContext, OpenAIVisionChatCompletion, OpenAIVisionChatCompletionInner, ParseVariablesError, ProcessedAISpanAttributes, type Prompt, PromptInvalidOutputError, PromptParsed, ReadableSpan, RenderContext, RenderedConversationMessage, Retry, RetryCountContext, SpanAttributes, SpanExporter, SpanProcessor, StreamChain, Trace, Tracer, type ValidAnthropicChatModel, type ValidOpenAIChatModel, type ValidOpenAIVisionModel, createFunctionChain, createPrompt, createRenderContext, createStreamChain, evaluatePrompt, tokenCountForOpenAIMessage, tokenCountForOpenAIVisionMessage, tokenLimitForChatModel, tokenizer, tracing };
|
package/dist/index.js
CHANGED
|
@@ -1597,11 +1597,10 @@ var AISpanProcessor = class extends EnrichingSpanProcessor {
|
|
|
1597
1597
|
return span;
|
|
1598
1598
|
}
|
|
1599
1599
|
delete span.attributes["prompt"];
|
|
1600
|
-
let evaluators = [];
|
|
1601
1600
|
let evaluatorResults = {};
|
|
1602
1601
|
let extraAttributes = {};
|
|
1603
1602
|
try {
|
|
1604
|
-
evaluators = await evaluatePrompt(prompt, variables, output);
|
|
1603
|
+
const evaluators = await evaluatePrompt(prompt, variables, output);
|
|
1605
1604
|
evaluatorResults = evaluators.reduce(
|
|
1606
1605
|
(accum, result) => {
|
|
1607
1606
|
accum[result.key] = result;
|
|
@@ -1610,13 +1609,11 @@ var AISpanProcessor = class extends EnrichingSpanProcessor {
|
|
|
1610
1609
|
{}
|
|
1611
1610
|
);
|
|
1612
1611
|
extraAttributes = {
|
|
1613
|
-
evaluators,
|
|
1614
1612
|
evaluatorResults
|
|
1615
1613
|
};
|
|
1616
1614
|
} catch (e) {
|
|
1617
1615
|
extraAttributes = {
|
|
1618
1616
|
evaluatorError: e.message,
|
|
1619
|
-
evaluators,
|
|
1620
1617
|
evaluatorResults
|
|
1621
1618
|
};
|
|
1622
1619
|
}
|
|
@@ -1824,7 +1821,8 @@ var renderChatMessageContent = (content) => {
|
|
|
1824
1821
|
if (part.type === "text") {
|
|
1825
1822
|
return part.text;
|
|
1826
1823
|
} else if (part.type === "image_url") {
|
|
1827
|
-
|
|
1824
|
+
let imageUrl = part.image_url.url.startsWith("data:image") ? part.image_url.url.slice(0, 22) + "..." : part.image_url.url;
|
|
1825
|
+
return `<ContentTypeImage url="${imageUrl}" detail="${part.image_url.detail || "auto"}" />`;
|
|
1828
1826
|
}
|
|
1829
1827
|
throw new Error("Invalid ChatCompletionContentPart type");
|
|
1830
1828
|
}).join("\n\n");
|
|
@@ -1950,6 +1948,7 @@ async function* OpenAIChatCompletionInner(props, { logger, render, tracer, getCo
|
|
|
1950
1948
|
providerRegion,
|
|
1951
1949
|
requestType: "openai",
|
|
1952
1950
|
chatCompletionRequest,
|
|
1951
|
+
inputMessages: renderedMessages,
|
|
1953
1952
|
retryCount
|
|
1954
1953
|
});
|
|
1955
1954
|
let chatResponse;
|
|
@@ -2184,6 +2183,7 @@ async function* OpenAIVisionChatCompletionInner(props, { logger, render, tracer,
|
|
|
2184
2183
|
providerRegion,
|
|
2185
2184
|
requestType: "openai",
|
|
2186
2185
|
chatCompletionRequest: chatCompletionRequestToLog,
|
|
2186
|
+
inputMessages: renderedMessages,
|
|
2187
2187
|
retryCount
|
|
2188
2188
|
});
|
|
2189
2189
|
let chatResponse;
|
|
@@ -2467,6 +2467,7 @@ async function* AnthropicChatCompletionInner(props, { render, logger, tracer, ge
|
|
|
2467
2467
|
providerRegion,
|
|
2468
2468
|
requestType: "anthropic",
|
|
2469
2469
|
chatCompletionRequest: chatCompletionRequestToLog,
|
|
2470
|
+
inputMessages,
|
|
2470
2471
|
retryCount
|
|
2471
2472
|
});
|
|
2472
2473
|
let response;
|
package/dist/index.mjs
CHANGED
|
@@ -1493,11 +1493,10 @@ var AISpanProcessor = class extends EnrichingSpanProcessor {
|
|
|
1493
1493
|
return span;
|
|
1494
1494
|
}
|
|
1495
1495
|
delete span.attributes["prompt"];
|
|
1496
|
-
let evaluators = [];
|
|
1497
1496
|
let evaluatorResults = {};
|
|
1498
1497
|
let extraAttributes = {};
|
|
1499
1498
|
try {
|
|
1500
|
-
evaluators = await evaluatePrompt(prompt, variables, output);
|
|
1499
|
+
const evaluators = await evaluatePrompt(prompt, variables, output);
|
|
1501
1500
|
evaluatorResults = evaluators.reduce(
|
|
1502
1501
|
(accum, result) => {
|
|
1503
1502
|
accum[result.key] = result;
|
|
@@ -1506,13 +1505,11 @@ var AISpanProcessor = class extends EnrichingSpanProcessor {
|
|
|
1506
1505
|
{}
|
|
1507
1506
|
);
|
|
1508
1507
|
extraAttributes = {
|
|
1509
|
-
evaluators,
|
|
1510
1508
|
evaluatorResults
|
|
1511
1509
|
};
|
|
1512
1510
|
} catch (e) {
|
|
1513
1511
|
extraAttributes = {
|
|
1514
1512
|
evaluatorError: e.message,
|
|
1515
|
-
evaluators,
|
|
1516
1513
|
evaluatorResults
|
|
1517
1514
|
};
|
|
1518
1515
|
}
|
|
@@ -1720,7 +1717,8 @@ var renderChatMessageContent = (content) => {
|
|
|
1720
1717
|
if (part.type === "text") {
|
|
1721
1718
|
return part.text;
|
|
1722
1719
|
} else if (part.type === "image_url") {
|
|
1723
|
-
|
|
1720
|
+
let imageUrl = part.image_url.url.startsWith("data:image") ? part.image_url.url.slice(0, 22) + "..." : part.image_url.url;
|
|
1721
|
+
return `<ContentTypeImage url="${imageUrl}" detail="${part.image_url.detail || "auto"}" />`;
|
|
1724
1722
|
}
|
|
1725
1723
|
throw new Error("Invalid ChatCompletionContentPart type");
|
|
1726
1724
|
}).join("\n\n");
|
|
@@ -1846,6 +1844,7 @@ async function* OpenAIChatCompletionInner(props, { logger, render, tracer, getCo
|
|
|
1846
1844
|
providerRegion,
|
|
1847
1845
|
requestType: "openai",
|
|
1848
1846
|
chatCompletionRequest,
|
|
1847
|
+
inputMessages: renderedMessages,
|
|
1849
1848
|
retryCount
|
|
1850
1849
|
});
|
|
1851
1850
|
let chatResponse;
|
|
@@ -2080,6 +2079,7 @@ async function* OpenAIVisionChatCompletionInner(props, { logger, render, tracer,
|
|
|
2080
2079
|
providerRegion,
|
|
2081
2080
|
requestType: "openai",
|
|
2082
2081
|
chatCompletionRequest: chatCompletionRequestToLog,
|
|
2082
|
+
inputMessages: renderedMessages,
|
|
2083
2083
|
retryCount
|
|
2084
2084
|
});
|
|
2085
2085
|
let chatResponse;
|
|
@@ -2363,6 +2363,7 @@ async function* AnthropicChatCompletionInner(props, { render, logger, tracer, ge
|
|
|
2363
2363
|
providerRegion,
|
|
2364
2364
|
requestType: "anthropic",
|
|
2365
2365
|
chatCompletionRequest: chatCompletionRequestToLog,
|
|
2366
|
+
inputMessages,
|
|
2366
2367
|
retryCount
|
|
2367
2368
|
});
|
|
2368
2369
|
let response;
|
|
@@ -356,4 +356,4 @@ declare const jsxs: typeof jsx;
|
|
|
356
356
|
/** @hidden */
|
|
357
357
|
declare const Fragment: typeof AIFragment;
|
|
358
358
|
|
|
359
|
-
export { jsx as $, type AINode as A, BoundLogger as B, type ContextValues as C, type Literal as D, type EvaluatorResult as E, type FunctionChain as F, type RenderResult as G, attachedContextSymbol as H, type AIElement as I, JSX as J, type Renderable as K, LogImplementation as L, type PropsOfAIComponent as M, type NotAsyncGenerator as N, type SpanContext as O, type Prompt as P, type SpanStatus as Q, type RenderContext as R, type SpanProcessor as S, type Tracer as T, UserMessage as U, type Span as V, type SpanEvent as W, type TracingContextKey as X, type TracingContext as Y, type TracingContextManager as Z, type OutputParser as _, type Context as a, jsxDEV as a0, jsxs as a1, Fragment as a2, type ReadableSpan as b, type SpanExporter as c, type AIComponent as d, type SpanAttributes as e, type ChatCompletionRequestPayloads as f, type
|
|
359
|
+
export { jsx as $, type AINode as A, BoundLogger as B, type ContextValues as C, type Literal as D, type EvaluatorResult as E, type FunctionChain as F, type RenderResult as G, attachedContextSymbol as H, type AIElement as I, JSX as J, type Renderable as K, LogImplementation as L, type PropsOfAIComponent as M, type NotAsyncGenerator as N, type SpanContext as O, type Prompt as P, type SpanStatus as Q, type RenderContext as R, type SpanProcessor as S, type Tracer as T, UserMessage as U, type Span as V, type SpanEvent as W, type TracingContextKey as X, type TracingContext as Y, type TracingContextManager as Z, type OutputParser as _, type Context as a, jsxDEV as a0, jsxs as a1, Fragment as a2, type ReadableSpan as b, type SpanExporter as c, type AIComponent as d, type SpanAttributes as e, type ChatCompletionRequestPayloads as f, type RenderedConversationMessage as g, type EvaluatorFn as h, type PromptParsed as i, type StreamChain as j, type ChatCompletionClientAndProvider as k, createAIElement as l, AIFragment as m, createContext as n, type ChatCompletionRole as o, SystemMessage as p, AssistantMessage as q, computeUsage as r, ChatCompletionError as s, type LogChatCompletionRequest as t, type LogChatCompletionResponse as u, type LogLevel as v, type Logger as w, NoopLogImplementation as x, ConsoleLogger as y, CombinedLogger as z };
|
|
@@ -356,4 +356,4 @@ declare const jsxs: typeof jsx;
|
|
|
356
356
|
/** @hidden */
|
|
357
357
|
declare const Fragment: typeof AIFragment;
|
|
358
358
|
|
|
359
|
-
export { jsx as $, type AINode as A, BoundLogger as B, type ContextValues as C, type Literal as D, type EvaluatorResult as E, type FunctionChain as F, type RenderResult as G, attachedContextSymbol as H, type AIElement as I, JSX as J, type Renderable as K, LogImplementation as L, type PropsOfAIComponent as M, type NotAsyncGenerator as N, type SpanContext as O, type Prompt as P, type SpanStatus as Q, type RenderContext as R, type SpanProcessor as S, type Tracer as T, UserMessage as U, type Span as V, type SpanEvent as W, type TracingContextKey as X, type TracingContext as Y, type TracingContextManager as Z, type OutputParser as _, type Context as a, jsxDEV as a0, jsxs as a1, Fragment as a2, type ReadableSpan as b, type SpanExporter as c, type AIComponent as d, type SpanAttributes as e, type ChatCompletionRequestPayloads as f, type
|
|
359
|
+
export { jsx as $, type AINode as A, BoundLogger as B, type ContextValues as C, type Literal as D, type EvaluatorResult as E, type FunctionChain as F, type RenderResult as G, attachedContextSymbol as H, type AIElement as I, JSX as J, type Renderable as K, LogImplementation as L, type PropsOfAIComponent as M, type NotAsyncGenerator as N, type SpanContext as O, type Prompt as P, type SpanStatus as Q, type RenderContext as R, type SpanProcessor as S, type Tracer as T, UserMessage as U, type Span as V, type SpanEvent as W, type TracingContextKey as X, type TracingContext as Y, type TracingContextManager as Z, type OutputParser as _, type Context as a, jsxDEV as a0, jsxs as a1, Fragment as a2, type ReadableSpan as b, type SpanExporter as c, type AIComponent as d, type SpanAttributes as e, type ChatCompletionRequestPayloads as f, type RenderedConversationMessage as g, type EvaluatorFn as h, type PromptParsed as i, type StreamChain as j, type ChatCompletionClientAndProvider as k, createAIElement as l, AIFragment as m, createContext as n, type ChatCompletionRole as o, SystemMessage as p, AssistantMessage as q, computeUsage as r, ChatCompletionError as s, type LogChatCompletionRequest as t, type LogChatCompletionResponse as u, type LogLevel as v, type Logger as w, NoopLogImplementation as x, ConsoleLogger as y, CombinedLogger as z };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a2 as Fragment, J as JSX, $ as jsx, a0 as jsxDEV, a1 as jsxs } from './jsx-dev-runtime-
|
|
1
|
+
export { a2 as Fragment, J as JSX, $ as jsx, a0 as jsxDEV, a1 as jsxs } from './jsx-dev-runtime-Kh2H5_Cf.mjs';
|
|
2
2
|
import 'zod';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a2 as Fragment, J as JSX, $ as jsx, a0 as jsxDEV, a1 as jsxs } from './jsx-dev-runtime-
|
|
1
|
+
export { a2 as Fragment, J as JSX, $ as jsx, a0 as jsxDEV, a1 as jsxs } from './jsx-dev-runtime-Kh2H5_Cf.js';
|
|
2
2
|
import 'zod';
|
package/dist/jsx-runtime.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a2 as Fragment, J as JSX, $ as jsx, a0 as jsxDEV, a1 as jsxs } from './jsx-dev-runtime-
|
|
1
|
+
export { a2 as Fragment, J as JSX, $ as jsx, a0 as jsxDEV, a1 as jsxs } from './jsx-dev-runtime-Kh2H5_Cf.mjs';
|
|
2
2
|
import 'zod';
|
package/dist/jsx-runtime.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a2 as Fragment, J as JSX, $ as jsx, a0 as jsxDEV, a1 as jsxs } from './jsx-dev-runtime-
|
|
1
|
+
export { a2 as Fragment, J as JSX, $ as jsx, a0 as jsxDEV, a1 as jsxs } from './jsx-dev-runtime-Kh2H5_Cf.js';
|
|
2
2
|
import 'zod';
|