@stacksjs/ai 0.66.0 → 0.68.0

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.
@@ -0,0 +1,6 @@
1
+ export { InvokeModelCommand }
2
+ export type { InvokeModelCommandInput, InvokeModelWithResponseStreamCommandInput };
3
+ export declare const client: BedrockRuntimeClient;
4
+ declare const logger: unknown;
5
+ export declare function invokeModel(params: InvokeModelCommandInput): Promise<InvokeModelCommandOutput>;
6
+ export declare function invokeModelWithResponseStream(params: InvokeModelWithResponseStreamCommandInput,): Promise<InvokeModelWithResponseStreamCommandOutput>;
@@ -0,0 +1,5 @@
1
+ export type {;
2
+ declare const client: unknown;
3
+ export declare function createModelCustomizationJob(param: CreateModelCustomizationJobCommandInput,): Promise<CreateModelCustomizationJobCommandOutput>;
4
+ export declare function getModelCustomizationJob(params: GetModelCustomizationJobCommandInput,): Promise<GetModelCustomizationJobCommandOutput>;
5
+ export declare function listFoundationModels(params: ListFoundationModelsCommandInput,): Promise<ListFoundationModelsCommandOutput>;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export * from "./text";
2
- export * from "./utils/client-bedrock";
3
- export * from "./utils/client-bedrock-runtime";
4
- export * from "./utils/model-access";
1
+ export * from './text'
2
+ export * from './utils/client-bedrock'
3
+ export * from './utils/client-bedrock-runtime'
4
+ export * from './utils/model-access'