@discomedia/utils 1.0.3 → 1.0.5

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.
@@ -1,18 +0,0 @@
1
- import * as llm from './llm-openai';
2
- import * as llmImages from './llm-images';
3
- export type { LLMResponse, LLMOptions, LLMUsage, OpenAIModel, DeepseekModel, LLMModel, OpenAIResponseFormat, ImageGenerationOptions, ImageModel, ImageGenerateParams, ImagesResponse, Image } from './types/llm-types';
4
- export declare const disco: {
5
- llm: {
6
- call: typeof llm.makeLLMCall;
7
- seek: <T = any>(content: string | import("openai/resources/index").ChatCompletionContentPart[], responseFormat?: import("./types/llm-types").OpenAIResponseFormat, options?: import("./types/llm-types").LLMOptions) => Promise<import("./types/llm-types").LLMResponse<T>>;
8
- images: typeof llmImages.makeImagesCall;
9
- responsesAPI: <T = any>(input: string | import("openai/resources/responses/responses").ResponseCreateParamsNonStreaming["input"], options?: Omit<import("openai/resources/responses/responses").ResponseCreateParamsNonStreaming, "input" | "model"> & {
10
- apiKey?: string;
11
- model?: string;
12
- }) => Promise<import("./types/llm-types").LLMResponse<T>>;
13
- };
14
- };
15
- export { makeLLMCall, makeResponsesAPICall } from './llm-openai';
16
- export { makeImagesCall } from './llm-images';
17
- export { makeDeepseekCall } from './llm-deepseek';
18
- //# sourceMappingURL=index-frontend.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-frontend.d.ts","sourceRoot":"","sources":["../../src/index-frontend.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,GAAG,MAAM,cAAc,CAAC;AACpC,OAAO,KAAK,SAAS,MAAM,cAAc,CAAC;AAI1C,YAAY,EACV,WAAW,EACX,UAAU,EACV,QAAQ,EACR,WAAW,EACX,aAAa,EACb,QAAQ,EACR,oBAAoB,EACpB,sBAAsB,EACtB,UAAU,EACV,mBAAmB,EACnB,cAAc,EACd,KAAK,EACN,MAAM,mBAAmB,CAAC;AAG3B,eAAO,MAAM,KAAK;;;;;;kBAYsiE,CAAC;iBAAmB,CAAC;;;CAL5kE,CAAC;AAGF,OAAO,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=frontend-test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"frontend-test.d.ts","sourceRoot":"","sources":["../../../src/testing/frontend-test.ts"],"names":[],"mappings":""}