@futdevpro/fsm-dynamo 1.12.17 → 1.14.2
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/build/_models/control-models/data-property-params.control-model.d.ts +1 -2
- package/build/_models/control-models/data-property-params.control-model.d.ts.map +1 -1
- package/build/_models/control-models/data-property-params.control-model.js +1 -1
- package/build/_models/control-models/data-property-params.control-model.js.map +1 -1
- package/build/_models/interfaces/search-query.interface.d.ts +2 -2
- package/build/_models/interfaces/search-query.interface.d.ts.map +1 -1
- package/build/_models/types/{db-/304/221filter.type.d.ts → ds-filter.type.d.ts} +1 -1
- package/build/_models/types/ds-filter.type.d.ts.map +1 -0
- package/build/_models/types/{db-/304/221filter.type.js → ds-filter.type.js} +1 -1
- package/build/_models/types/ds-filter.type.js.map +1 -0
- package/build/_models/types/{db-/304/221sort.type.d.ts → ds-sort.type.d.ts} +1 -1
- package/build/_models/types/ds-sort.type.d.ts.map +1 -0
- package/build/_models/types/{db-/304/221sort.type.js → ds-sort.type.js} +1 -1
- package/build/_models/types/ds-sort.type.js.map +1 -0
- package/build/_modules/ai/_enums/ai-message-role.enum.d.ts +6 -0
- package/build/_modules/ai/_enums/ai-message-role.enum.d.ts.map +1 -0
- package/build/_modules/ai/_enums/ai-message-role.enum.js +10 -0
- package/build/_modules/ai/_enums/ai-message-role.enum.js.map +1 -0
- package/build/_modules/ai/_enums/ai-model-type.enum.d.ts +6 -0
- package/build/_modules/ai/_enums/ai-model-type.enum.d.ts.map +1 -0
- package/build/_modules/ai/_enums/ai-model-type.enum.js +10 -0
- package/build/_modules/ai/_enums/ai-model-type.enum.js.map +1 -0
- package/build/_modules/ai/_enums/ai-provider.enum.d.ts +7 -0
- package/build/_modules/ai/_enums/ai-provider.enum.d.ts.map +1 -0
- package/build/_modules/ai/_enums/ai-provider.enum.js +12 -0
- package/build/_modules/ai/_enums/ai-provider.enum.js.map +1 -0
- package/build/_modules/{open-ai/_models/gpt-call-settings.interface.d.ts → ai/_models/ai-call-settings.interface.d.ts} +6 -6
- package/build/_modules/ai/_models/ai-call-settings.interface.d.ts.map +1 -0
- package/build/_modules/{open-ai/_models/gpt-call-settings.interface.js → ai/_models/ai-call-settings.interface.js} +7 -11
- package/build/_modules/ai/_models/ai-call-settings.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-config.interface.d.ts +15 -0
- package/build/_modules/ai/_models/ai-config.interface.d.ts.map +1 -0
- package/build/_modules/{open-ai/_models/open-ai-client-options.interface.js → ai/_models/ai-config.interface.js} +1 -1
- package/build/_modules/ai/_models/ai-config.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-embedding-request.interface.d.ts +20 -0
- package/build/_modules/ai/_models/ai-embedding-request.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-embedding-request.interface.js +3 -0
- package/build/_modules/ai/_models/ai-embedding-request.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-embedding-response.interface.d.ts +26 -0
- package/build/_modules/ai/_models/ai-embedding-response.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-embedding-response.interface.js +3 -0
- package/build/_modules/ai/_models/ai-embedding-response.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-llm-request.interface.d.ts +23 -0
- package/build/_modules/ai/_models/ai-llm-request.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-llm-request.interface.js +3 -0
- package/build/_modules/ai/_models/ai-llm-request.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-llm-response.interface.d.ts +24 -0
- package/build/_modules/ai/_models/ai-llm-response.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-llm-response.interface.js +3 -0
- package/build/_modules/ai/_models/ai-llm-response.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-message.interface.d.ts +6 -0
- package/build/_modules/ai/_models/ai-message.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-message.interface.js +3 -0
- package/build/_modules/ai/_models/ai-message.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-provider-capabilities.interface.d.ts +29 -0
- package/build/_modules/ai/_models/ai-provider-capabilities.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-provider-capabilities.interface.js +3 -0
- package/build/_modules/ai/_models/ai-provider-capabilities.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-settings.interface.d.ts +10 -0
- package/build/_modules/ai/_models/ai-settings.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-settings.interface.js +15 -0
- package/build/_modules/ai/_models/ai-settings.interface.js.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.d.ts +9 -0
- package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.d.ts.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.js +14 -0
- package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.js.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.d.ts +11 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.d.ts.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.js +18 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.js.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-client-options.interface.d.ts +9 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-client-options.interface.d.ts.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-client-options.interface.js +3 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-client-options.interface.js.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.d.ts +15 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.d.ts.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.js +20 -0
- package/build/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.js.map +1 -0
- package/build/_modules/ai/_modules/anthropic/index.d.ts +5 -0
- package/build/_modules/ai/_modules/anthropic/index.d.ts.map +1 -0
- package/build/_modules/ai/_modules/anthropic/index.js +10 -0
- package/build/_modules/ai/_modules/anthropic/index.js.map +1 -0
- package/build/_modules/ai/_modules/document-ai/_models/dai-embedding-info.interface.d.ts +12 -0
- package/build/_modules/ai/_modules/document-ai/_models/dai-embedding-info.interface.d.ts.map +1 -0
- package/build/_modules/ai/_modules/document-ai/_models/dai-embedding-info.interface.js +3 -0
- package/build/_modules/ai/_modules/document-ai/_models/dai-embedding-info.interface.js.map +1 -0
- package/build/_modules/ai/_modules/document-ai/_models/dai-vector-search-params.interface.d.ts +22 -0
- package/build/_modules/ai/_modules/document-ai/_models/dai-vector-search-params.interface.d.ts.map +1 -0
- package/build/_modules/ai/_modules/document-ai/_models/dai-vector-search-params.interface.js +3 -0
- package/build/_modules/ai/_modules/document-ai/_models/dai-vector-search-params.interface.js.map +1 -0
- package/build/_modules/ai/_modules/document-ai/index.d.ts +3 -0
- package/build/_modules/ai/_modules/document-ai/index.d.ts.map +1 -0
- package/build/_modules/ai/_modules/document-ai/index.js +7 -0
- package/build/_modules/ai/_modules/document-ai/index.js.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.d.ts +6 -0
- package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.d.ts.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.js +11 -0
- package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.js.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.d.ts +11 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.d.ts.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.js +18 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.js.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-client-options.interface.d.ts +7 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-client-options.interface.d.ts.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-client-options.interface.js +3 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-client-options.interface.js.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.d.ts +15 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.d.ts.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.js +20 -0
- package/build/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.js.map +1 -0
- package/build/_modules/ai/_modules/google-ai/index.d.ts +5 -0
- package/build/_modules/ai/_modules/google-ai/index.d.ts.map +1 -0
- package/build/_modules/ai/_modules/google-ai/index.js +10 -0
- package/build/_modules/ai/_modules/google-ai/index.js.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_enums/lai-model.enum.d.ts +5 -0
- package/build/_modules/ai/_modules/local-ai/_enums/lai-model.enum.d.ts.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_enums/lai-model.enum.js +9 -0
- package/build/_modules/ai/_modules/local-ai/_enums/lai-model.enum.js.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.d.ts +7 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.d.ts.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.js +13 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.js.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-client-options.interface.d.ts +8 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-client-options.interface.d.ts.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-client-options.interface.js +3 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-client-options.interface.js.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.d.ts +11 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.d.ts.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.js +16 -0
- package/build/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.js.map +1 -0
- package/build/_modules/ai/_modules/local-ai/index.d.ts +5 -0
- package/build/_modules/ai/_modules/local-ai/index.d.ts.map +1 -0
- package/build/_modules/ai/_modules/local-ai/index.js +10 -0
- package/build/_modules/ai/_modules/local-ai/index.js.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_collections/oai-embedding-model-dimensions.const.d.ts +3 -0
- package/build/_modules/ai/_modules/open-ai/_collections/oai-embedding-model-dimensions.const.d.ts.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_collections/oai-embedding-model-dimensions.const.js +10 -0
- package/build/_modules/ai/_modules/open-ai/_collections/oai-embedding-model-dimensions.const.js.map +1 -0
- package/build/_modules/{open-ai/_enums/open-ai-model.enum.d.ts → ai/_modules/open-ai/_enums/oai-model.enum.d.ts} +4 -4
- package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.d.ts.map +1 -0
- package/build/_modules/{open-ai/_enums/open-ai-model.enum.js → ai/_modules/open-ai/_enums/oai-model.enum.js} +17 -17
- package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.js.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.d.ts +11 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.d.ts.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.js +18 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.js.map +1 -0
- package/build/_modules/{open-ai/_models/open-ai-client-options.interface.d.ts → ai/_modules/open-ai/_models/oai-client-options.interface.d.ts} +2 -2
- package/build/_modules/ai/_modules/open-ai/_models/oai-client-options.interface.d.ts.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-client-options.interface.js +3 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-client-options.interface.js.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-embedding-info.interface.d.ts +12 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-embedding-info.interface.d.ts.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-embedding-info.interface.js +3 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-embedding-info.interface.js.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.d.ts +15 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.d.ts.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.js +20 -0
- package/build/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.js.map +1 -0
- package/build/_modules/ai/_modules/open-ai/index.d.ts +7 -0
- package/build/_modules/ai/_modules/open-ai/index.d.ts.map +1 -0
- package/build/_modules/ai/_modules/open-ai/index.js +20 -0
- package/build/_modules/ai/_modules/open-ai/index.js.map +1 -0
- package/build/_modules/ai/index.d.ts +13 -0
- package/build/_modules/ai/index.d.ts.map +1 -0
- package/build/_modules/ai/index.js +18 -0
- package/build/_modules/ai/index.js.map +1 -0
- package/build/index.d.ts +2 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/futdevpro-fsm-dynamo-01.14.02.tgz +0 -0
- package/package.json +45 -7
- package/src/_models/control-models/data-property-params.control-model.ts +2 -2
- package/src/_models/interfaces/search-query.interface.ts +2 -2
- package/src/_modules/ai/_enums/ai-message-role.enum.ts +5 -0
- package/src/_modules/ai/_enums/ai-model-type.enum.ts +5 -0
- package/src/_modules/ai/_enums/ai-provider.enum.ts +7 -0
- package/src/_modules/{open-ai/_models/gpt-call-settings.interface.ts → ai/_models/ai-call-settings.interface.ts} +9 -14
- package/src/_modules/ai/_models/ai-config.interface.ts +14 -0
- package/src/_modules/ai/_models/ai-embedding-request.interface.ts +20 -0
- package/src/_modules/ai/_models/ai-embedding-response.interface.ts +26 -0
- package/src/_modules/ai/_models/ai-llm-request.interface.ts +24 -0
- package/src/_modules/ai/_models/ai-llm-response.interface.ts +25 -0
- package/src/_modules/ai/_models/ai-message.interface.ts +7 -0
- package/src/_modules/ai/_models/ai-provider-capabilities.interface.ts +28 -0
- package/src/_modules/ai/_models/ai-settings.interface.ts +17 -0
- package/src/_modules/ai/_modules/anthropic/_enums/aai-model.enum.ts +11 -0
- package/src/_modules/ai/_modules/anthropic/_models/aai-call-settings.control-model.ts +19 -0
- package/src/_modules/ai/_modules/anthropic/_models/aai-client-options.interface.ts +10 -0
- package/src/_modules/ai/_modules/anthropic/_models/aai-settings.control-model.ts +21 -0
- package/src/_modules/ai/_modules/anthropic/index.ts +10 -0
- package/src/_modules/ai/_modules/document-ai/_models/dai-embedding-info.interface.ts +12 -0
- package/src/_modules/ai/_modules/document-ai/_models/dai-vector-search-params.interface.ts +22 -0
- package/src/_modules/ai/_modules/document-ai/index.ts +4 -0
- package/src/_modules/ai/_modules/google-ai/_enums/gai-model.enum.ts +8 -0
- package/src/_modules/ai/_modules/google-ai/_models/gai-call-settings.control-model.ts +17 -0
- package/src/_modules/ai/_modules/google-ai/_models/gai-client-options.interface.ts +8 -0
- package/src/_modules/ai/_modules/google-ai/_models/gai-settings.control-model.ts +21 -0
- package/src/_modules/ai/_modules/google-ai/index.ts +10 -0
- package/src/_modules/ai/_modules/local-ai/_enums/lai-model.enum.ts +6 -0
- package/src/_modules/ai/_modules/local-ai/_models/lai-call-settings.control-model.ts +14 -0
- package/src/_modules/ai/_modules/local-ai/_models/lai-client-options.interface.ts +9 -0
- package/src/_modules/ai/_modules/local-ai/_models/lai-settings.control-model.ts +19 -0
- package/src/_modules/ai/_modules/local-ai/index.ts +11 -0
- package/src/_modules/ai/_modules/open-ai/_collections/oai-embedding-model-dimensions.const.ts +8 -0
- package/src/_modules/{open-ai/_enums/open-ai-model.enum.ts → ai/_modules/open-ai/_enums/oai-model.enum.ts} +9 -9
- package/src/_modules/ai/_modules/open-ai/_models/oai-call-settings.control-model.ts +17 -0
- package/src/_modules/{open-ai/_models/open-ai-client-options.interface.ts → ai/_modules/open-ai/_models/oai-client-options.interface.ts} +1 -1
- package/src/_modules/ai/_modules/open-ai/_models/oai-embedding-info.interface.ts +13 -0
- package/src/_modules/ai/_modules/open-ai/_models/oai-settings.control-model.ts +19 -0
- package/src/_modules/ai/_modules/open-ai/index.ts +25 -0
- package/src/_modules/ai/index.ts +15 -0
- package/src/index.ts +2 -2
- package/build/_models/types/db-/304/221filter.type.d.ts.map +0 -1
- package/build/_models/types/db-/304/221filter.type.js.map +0 -1
- package/build/_models/types/db-/304/221sort.type.d.ts.map +0 -1
- package/build/_models/types/db-/304/221sort.type.js.map +0 -1
- package/build/_modules/open-ai/_enums/open-ai-model.enum.d.ts.map +0 -1
- package/build/_modules/open-ai/_enums/open-ai-model.enum.js.map +0 -1
- package/build/_modules/open-ai/_models/gpt-call-settings.interface.d.ts.map +0 -1
- package/build/_modules/open-ai/_models/gpt-call-settings.interface.js.map +0 -1
- package/build/_modules/open-ai/_models/open-ai-client-options.interface.d.ts.map +0 -1
- package/build/_modules/open-ai/_models/open-ai-client-options.interface.js.map +0 -1
- package/build/_modules/open-ai/_models/open-ai-settings.interface.d.ts +0 -17
- package/build/_modules/open-ai/_models/open-ai-settings.interface.d.ts.map +0 -1
- package/build/_modules/open-ai/_models/open-ai-settings.interface.js +0 -25
- package/build/_modules/open-ai/_models/open-ai-settings.interface.js.map +0 -1
- package/build/_modules/open-ai/index.d.ts +0 -5
- package/build/_modules/open-ai/index.d.ts.map +0 -1
- package/build/_modules/open-ai/index.js +0 -17
- package/build/_modules/open-ai/index.js.map +0 -1
- package/futdevpro-fsm-dynamo-01.12.17.tgz +0 -0
- package/src/_modules/open-ai/_models/open-ai-settings.interface.ts +0 -30
- package/src/_modules/open-ai/index.ts +0 -21
- /package/src/_models/types/{db-/304/221filter.type.ts" → ds-filter.type.ts} +0 -0
- /package/src/_models/types/{db-/304/221sort.type.ts" → ds-sort.type.ts} +0 -0
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DyFM_BasicProperty_Type } from '../../_enums/basic-property-type.enum';
|
|
2
|
-
import { DyFM_OpenAIEmbeddingModel } from '../../_modules/open-ai/_enums/open-ai-model.enum';
|
|
3
2
|
import { DyFM_DataModel_Params } from './data-model-params.control-model';
|
|
4
3
|
export type DyFM_DataProperties<T_Data> = {
|
|
5
4
|
[K in keyof T_Data]: DyFM_DataProperty_Params<T_Data[K], T_Data>;
|
|
@@ -31,7 +30,7 @@ export declare class DyFM_DataProperty_Settings<T_Property, T_Data> {
|
|
|
31
30
|
* with the given properties.
|
|
32
31
|
*/
|
|
33
32
|
vectorizedFrom?: string[];
|
|
34
|
-
embeddingModel?:
|
|
33
|
+
embeddingModel?: string;
|
|
35
34
|
/**
|
|
36
35
|
* If true, the property will be vectorized always, even if the property is already vectorized.
|
|
37
36
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-property-params.control-model.d.ts","sourceRoot":"","sources":["../../../src/_models/control-models/data-property-params.control-model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;
|
|
1
|
+
{"version":3,"file":"data-property-params.control-model.d.ts","sourceRoot":"","sources":["../../../src/_models/control-models/data-property-params.control-model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAEhF,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAE1E,MAAM,MAAM,mBAAmB,CAAC,MAAM,IAAI;KACvC,CAAC,IAAI,MAAM,MAAM,GAAG,wBAAwB,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC;CACjE,CAAA;AAID,qBAAa,0BAA0B,CAAC,UAAU,EAAE,MAAM;IACxD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,EAAG,uBAAuB,GAAG,MAAM,CAAC;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,UAAU,CAAC;IAErB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAGhB;;;;;;;OAOG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;;;OAKG;IACH,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAE1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;;;;;;;;;;;;;OAgBG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,eAAe,CAAC,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC;IAE3C,oBAAoB,CAAC,EAAE,CAAC,CAAC,aAAa,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC,EAAE,CAAC;CAC9E;AAKD;;;GAGG;AACH,qBAAa,wBAAwB,CAAC,UAAU,EAAE,MAAM,CAAE,SAAQ,0BAA0B,CAAC,UAAU,EAAE,MAAM,CAAC;IAKrG,oBAAoB,CAAC,EAAE,CAAC,CAAC,aAAa,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC,EAAE,CAAM;gBAGzF,GAAG,EAAE,0BAA0B,CAAC,UAAU,EAAE,MAAM,CAAC,EACnD,gBAAgB,CAAC,EAAE,qBAAqB,CAAC,GAAG,CAAC;IAkE/C,WAAW,CAAC,IAAI,OAAO;IAKvB,SAAS,CAAC,IAAI,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI;CAyBhF"}
|
|
@@ -34,7 +34,7 @@ class DyFM_DataProperty_Settings {
|
|
|
34
34
|
*/
|
|
35
35
|
vectorizedFrom;
|
|
36
36
|
/* vectorizeTo?: string; */
|
|
37
|
-
embeddingModel;
|
|
37
|
+
embeddingModel; // DyFM_OpenAIEmbeddingModel;
|
|
38
38
|
/**
|
|
39
39
|
* If true, the property will be vectorized always, even if the property is already vectorized.
|
|
40
40
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-property-params.control-model.js","sourceRoot":"","sources":["../../../src/_models/control-models/data-property-params.control-model.ts"],"names":[],"mappings":";;;AAAA,gEAA6D;AAC7D,oEAAwF;AACxF,oFAAgF;AAQhF,qFAAqF;AAErF,MAAa,0BAA0B;IACrC,GAAG,CAAU;IACb,IAAI,CAAoC;IACxC,YAAY,CAAU;IACtB,OAAO,CAAc;IAErB,MAAM,CAAW;IACjB,QAAQ,CAAW;IACnB,QAAQ,CAAW;IACnB,KAAK,CAAW;IAEhB,iCAAiC;IACjC;;;;;;;OAOG;IACH,kBAAkB,CAAU;IAC5B,WAAW,CAAW;IACtB,gBAAgB,CAAU;IAE1B;;;;;OAKG;IACH,cAAc,CAAY;IAC1B,2BAA2B;IAC3B,cAAc,
|
|
1
|
+
{"version":3,"file":"data-property-params.control-model.js","sourceRoot":"","sources":["../../../src/_models/control-models/data-property-params.control-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DyFM_DSFilter } from '../types/
|
|
2
|
-
import { DyFM_DSSort } from '../types/
|
|
1
|
+
import { DyFM_DSFilter } from '../types/ds-filter.type';
|
|
2
|
+
import { DyFM_DSSort } from '../types/ds-sort.type';
|
|
3
3
|
export interface DyFM_SearchQuery<T> {
|
|
4
4
|
filterBy?: DyFM_DSFilter<T>;
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-query.interface.d.ts","sourceRoot":"","sources":["../../../src/_models/interfaces/search-query.interface.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"search-query.interface.d.ts","sourceRoot":"","sources":["../../../src/_models/interfaces/search-query.interface.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,MAAM,WAAW,gBAAgB,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC;IAC5B;;;OAGG;IACH,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;IACvB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ds-filter.type.d.ts","sourceRoot":"","sources":["../../../src/_models/types/ds-filter.type.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAC9E,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAE5D;;;;GAIG;AACH,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI;KAC5B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAG,qBAAqB,CAAC,CAAC,EAAE,CAAC,CAAC;CAC9C,CAAC;AACF,MAAM,MAAM,qBAAqB,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAK,CAAC,CAAC,CAAC,CAAC,GACH,CAAC,CAAC,CAAC,CAAC,EAAE,GACN,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GACrB,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GACxB,sBAAsB,GACtB,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAE3F,MAAM,WAAW,kBAAkB,CAAC,CAAC;IACnC,eAAe,EAAE,IAAI,CAAC;IACtB,WAAW,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;IACrB,IAAI,EAAE,uBAAuB,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,mBAAmB,EAAE,IAAI,CAAC;IAC1B,sBAAsB,EAAE,uBAAuB,CAAC,GAAG,CAAC,EAAE,CAAC;CACxD;AAED;;;GAGG;AACH,MAAM,WAAW,uBAAuB,CAAC,CAAC;IACxC,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,SAAS,EAAE,uBAAuB,CAAC;IACnC,MAAM,EAAE,CAAC,GACD,CAAC,EAAE,GACH,eAAe,CAAC,CAAC,CAAC,GAClB,kBAAkB,CAAC,CAAC,CAAC,CAAC;CAC/B;AAED,oBAAY,uBAAuB;IACjC;;SAEK;IACL,mBAAmB,wBAAwB;IAC3C;;SAEK;IACL,gBAAgB,qBAAqB;IACrC;;SAEK;IACL,uBAAuB,4BAA4B;CACpD"}
|
|
@@ -16,4 +16,4 @@ var DyFM_SpecialSearch_Type;
|
|
|
16
16
|
* */
|
|
17
17
|
DyFM_SpecialSearch_Type["stringListSearchOrdered"] = "stringListSearchOrdered";
|
|
18
18
|
})(DyFM_SpecialSearch_Type || (exports.DyFM_SpecialSearch_Type = DyFM_SpecialSearch_Type = {}));
|
|
19
|
-
//# sourceMappingURL=
|
|
19
|
+
//# sourceMappingURL=ds-filter.type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ds-filter.type.js","sourceRoot":"","sources":["../../../src/_models/types/ds-filter.type.ts"],"names":[],"mappings":";;;AAgDA,IAAY,uBAaX;AAbD,WAAY,uBAAuB;IACjC;;SAEK;IACL,sEAA2C,CAAA;IAC3C;;SAEK;IACL,gEAAqC,CAAA;IACrC;;SAEK;IACL,8EAAmD,CAAA;AACrD,CAAC,EAbW,uBAAuB,uCAAvB,uBAAuB,QAalC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ds-sort.type.d.ts","sourceRoot":"","sources":["../../../src/_models/types/ds-sort.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAIhF,MAAM,MAAM,WAAW,GAAG,mBAAmB,GAAG,yBAAyB,CAAC;AAC1E,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,CAAC,GAAG,CAAC,CAAC,GAAG,KAAK,GAAG,MAAM,GAAG,WAAW,GAAG,YAAY,CAAC;CAC7D;AAED,MAAM,WAAW,yBAAyB;IACxC,oBAAoB,EAAE,IAAI,CAAC;IAC3B;;;OAGG;IACH,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,SAAS,EAAE,uBAAuB,CAAC;IACnC,KAAK,EAAE,CAAC,GAAG,CAAC,CAAC,GAAG,KAAK,GAAG,MAAM,GAAG,WAAW,GAAG,YAAY,CAAC;CAC7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ds-sort.type.js","sourceRoot":"","sources":["../../../src/_models/types/ds-sort.type.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-message-role.enum.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_enums/ai-message-role.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,SAAS,cAAc;CACxB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_AI_MessageRole = void 0;
|
|
4
|
+
var DyFM_AI_MessageRole;
|
|
5
|
+
(function (DyFM_AI_MessageRole) {
|
|
6
|
+
DyFM_AI_MessageRole["system"] = "system";
|
|
7
|
+
DyFM_AI_MessageRole["user"] = "user";
|
|
8
|
+
DyFM_AI_MessageRole["assistant"] = "assistant";
|
|
9
|
+
})(DyFM_AI_MessageRole || (exports.DyFM_AI_MessageRole = DyFM_AI_MessageRole = {}));
|
|
10
|
+
//# sourceMappingURL=ai-message-role.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-message-role.enum.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_enums/ai-message-role.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,oCAAa,CAAA;IACb,8CAAuB,CAAA;AACzB,CAAC,EAJW,mBAAmB,mCAAnB,mBAAmB,QAI9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-model-type.enum.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_enums/ai-model-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,GAAG,QAAQ;IACX,SAAS,cAAc;IACvB,IAAI,SAAS;CACd"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_AI_ModelType = void 0;
|
|
4
|
+
var DyFM_AI_ModelType;
|
|
5
|
+
(function (DyFM_AI_ModelType) {
|
|
6
|
+
DyFM_AI_ModelType["LLM"] = "llm";
|
|
7
|
+
DyFM_AI_ModelType["Embedding"] = "embedding";
|
|
8
|
+
DyFM_AI_ModelType["Chat"] = "chat";
|
|
9
|
+
})(DyFM_AI_ModelType || (exports.DyFM_AI_ModelType = DyFM_AI_ModelType = {}));
|
|
10
|
+
//# sourceMappingURL=ai-model-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-model-type.enum.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_enums/ai-model-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,gCAAW,CAAA;IACX,4CAAuB,CAAA;IACvB,kCAAa,CAAA;AACf,CAAC,EAJW,iBAAiB,iCAAjB,iBAAiB,QAI5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-provider.enum.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_enums/ai-provider.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,MAAM,YAAY;IAClB,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,OAAO,aAAa;CAErB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_AI_Provider = void 0;
|
|
4
|
+
var DyFM_AI_Provider;
|
|
5
|
+
(function (DyFM_AI_Provider) {
|
|
6
|
+
DyFM_AI_Provider["OpenAI"] = "open-ai";
|
|
7
|
+
DyFM_AI_Provider["Anthropic"] = "anthropic";
|
|
8
|
+
DyFM_AI_Provider["Google"] = "google";
|
|
9
|
+
DyFM_AI_Provider["LocalAI"] = "local-ai";
|
|
10
|
+
// Future providers can be added here
|
|
11
|
+
})(DyFM_AI_Provider || (exports.DyFM_AI_Provider = DyFM_AI_Provider = {}));
|
|
12
|
+
//# sourceMappingURL=ai-provider.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-provider.enum.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_enums/ai-provider.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,sCAAkB,CAAA;IAClB,2CAAuB,CAAA;IACvB,qCAAiB,CAAA;IACjB,wCAAoB,CAAA;IACpB,qCAAqC;AACvC,CAAC,EANW,gBAAgB,gCAAhB,gBAAgB,QAM3B"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
export declare class DyFM_GPTCall_Settings {
|
|
1
|
+
export declare class DyFM_AI_CallSettings {
|
|
3
2
|
systemPrompt?: string;
|
|
4
|
-
useModel?:
|
|
5
|
-
|
|
3
|
+
useModel?: string;
|
|
4
|
+
project?: string;
|
|
6
5
|
debugLog?: boolean;
|
|
7
6
|
/**
|
|
8
7
|
* This parameter controls the randomness and creativity of the generated output.
|
|
@@ -49,6 +48,7 @@ export declare class DyFM_GPTCall_Settings {
|
|
|
49
48
|
* helping to keep the conversation or text more varied and engaging.
|
|
50
49
|
*/
|
|
51
50
|
presencePenalty?: number;
|
|
52
|
-
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
constructor(set?: DyFM_AI_CallSettings);
|
|
53
53
|
}
|
|
54
|
-
//# sourceMappingURL=
|
|
54
|
+
//# sourceMappingURL=ai-call-settings.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-call-settings.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-call-settings.interface.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAM;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;;;;OAQG;IACH,WAAW,CAAC,EAAE,MAAM,CAAK;IACzB;;;;;;;;OAQG;IACH,SAAS,CAAC,EAAE,MAAM,CAAQ;IAC1B;;;;;;;OAOG;IACH,IAAI,CAAC,EAAE,MAAM,CAAQ;IACrB;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAK;IAC9B;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,MAAM,CAAK;IAG7B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;gBAGjB,GAAG,CAAC,EAAE,oBAAoB;CAM7B"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
|
|
5
|
-
class DyFM_GPTCall_Settings {
|
|
3
|
+
exports.DyFM_AI_CallSettings = void 0;
|
|
4
|
+
class DyFM_AI_CallSettings {
|
|
6
5
|
systemPrompt = '';
|
|
7
|
-
useModel
|
|
8
|
-
|
|
6
|
+
useModel;
|
|
7
|
+
project;
|
|
9
8
|
debugLog;
|
|
10
9
|
/**
|
|
11
10
|
* This parameter controls the randomness and creativity of the generated output.
|
|
@@ -16,7 +15,7 @@ class DyFM_GPTCall_Settings {
|
|
|
16
15
|
*
|
|
17
16
|
* Adjust this setting to balance between creativity and consistency.
|
|
18
17
|
*/
|
|
19
|
-
temperature = 0;
|
|
18
|
+
temperature = 0;
|
|
20
19
|
/**
|
|
21
20
|
* Defines the upper limit of tokens (words or parts of words)
|
|
22
21
|
* the model can generate in a single response.
|
|
@@ -52,14 +51,11 @@ class DyFM_GPTCall_Settings {
|
|
|
52
51
|
* helping to keep the conversation or text more varied and engaging.
|
|
53
52
|
*/
|
|
54
53
|
presencePenalty = 0;
|
|
55
|
-
/* organizationId?: string;
|
|
56
|
-
apiKey?: string;
|
|
57
|
-
project?: string; */
|
|
58
54
|
constructor(set) {
|
|
59
55
|
if (set) {
|
|
60
56
|
Object.assign(this, set);
|
|
61
57
|
}
|
|
62
58
|
}
|
|
63
59
|
}
|
|
64
|
-
exports.
|
|
65
|
-
//# sourceMappingURL=
|
|
60
|
+
exports.DyFM_AI_CallSettings = DyFM_AI_CallSettings;
|
|
61
|
+
//# sourceMappingURL=ai-call-settings.interface.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-call-settings.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-call-settings.interface.ts"],"names":[],"mappings":";;;AAAA,MAAa,oBAAoB;IAC/B,YAAY,GAAY,EAAE,CAAC;IAC3B,QAAQ,CAAU;IAClB,OAAO,CAAU;IACjB,QAAQ,CAAW;IAEnB;;;;;;;;OAQG;IACH,WAAW,GAAY,CAAC,CAAC;IACzB;;;;;;;;OAQG;IACH,SAAS,GAAY,IAAI,CAAC;IAC1B;;;;;;;OAOG;IACH,IAAI,GAAY,IAAI,CAAC;IACrB;;;;;OAKG;IACH,gBAAgB,GAAY,CAAC,CAAC;IAC9B;;;;;;;OAOG;IACH,eAAe,GAAY,CAAC,CAAC;IAK7B,YACE,GAA0B;QAE1B,IAAI,GAAG,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;QAC3B,CAAC;IACH,CAAC;CACF;AA9DD,oDA8DC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface DyFM_AI_Config {
|
|
2
|
+
apiKey?: string;
|
|
3
|
+
organization?: string;
|
|
4
|
+
project?: string;
|
|
5
|
+
baseURL?: string;
|
|
6
|
+
timeout?: number;
|
|
7
|
+
httpAgent?: any;
|
|
8
|
+
fetch?: any;
|
|
9
|
+
maxRetries?: number;
|
|
10
|
+
defaultHeaders?: any;
|
|
11
|
+
defaultQuery?: any;
|
|
12
|
+
dangerouslyAllowBrowser?: boolean;
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=ai-config.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-config.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-config.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-config.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-config.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generic embedding request structure
|
|
3
|
+
* Used by all AI providers for embedding operations
|
|
4
|
+
*/
|
|
5
|
+
export interface DyFM_AI_Embedding_Request {
|
|
6
|
+
text: string;
|
|
7
|
+
model: string;
|
|
8
|
+
issuer: string;
|
|
9
|
+
debugLog?: boolean;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Batch embedding request for multiple texts
|
|
13
|
+
*/
|
|
14
|
+
export interface DyFM_AI_Embedding_Batch_Request {
|
|
15
|
+
texts: string[];
|
|
16
|
+
model: string;
|
|
17
|
+
issuer: string;
|
|
18
|
+
debugLog?: boolean;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=ai-embedding-request.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-embedding-request.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-embedding-request.interface.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC9C,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-embedding-request.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-embedding-request.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generic embedding response structure
|
|
3
|
+
* Used by all AI providers for embedding operations
|
|
4
|
+
*/
|
|
5
|
+
export interface DyFM_AI_Embedding_Response {
|
|
6
|
+
embedding: number[];
|
|
7
|
+
model: string;
|
|
8
|
+
usage?: {
|
|
9
|
+
promptTokens: number;
|
|
10
|
+
totalTokens: number;
|
|
11
|
+
};
|
|
12
|
+
rawResponse?: any;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Batch embedding response for multiple texts
|
|
16
|
+
*/
|
|
17
|
+
export interface DyFM_AI_Embedding_Batch_Response {
|
|
18
|
+
embeddings: number[][];
|
|
19
|
+
model: string;
|
|
20
|
+
usage?: {
|
|
21
|
+
promptTokens: number;
|
|
22
|
+
totalTokens: number;
|
|
23
|
+
};
|
|
24
|
+
rawResponse?: any;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=ai-embedding-response.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-embedding-response.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-embedding-response.interface.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,0BAA0B;IACzC,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE;QACN,YAAY,EAAE,MAAM,CAAC;QACrB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,WAAW,CAAC,EAAE,GAAG,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC/C,UAAU,EAAE,MAAM,EAAE,EAAE,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE;QACN,YAAY,EAAE,MAAM,CAAC;QACrB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,WAAW,CAAC,EAAE,GAAG,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-embedding-response.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-embedding-response.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { DyFM_AI_Message } from './ai-message.interface';
|
|
2
|
+
import { DyFM_AI_CallSettings } from './ai-call-settings.interface';
|
|
3
|
+
/**
|
|
4
|
+
* Generic LLM request structure
|
|
5
|
+
* Used by all AI providers for LLM operations
|
|
6
|
+
*/
|
|
7
|
+
export interface DyFM_AI_LLM_Request {
|
|
8
|
+
messages: DyFM_AI_Message[];
|
|
9
|
+
settings?: DyFM_AI_CallSettings;
|
|
10
|
+
issuer: string;
|
|
11
|
+
debugLog?: boolean;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Simple LLM request with system and user messages
|
|
15
|
+
*/
|
|
16
|
+
export interface DyFM_AI_LLM_Simple_Request {
|
|
17
|
+
systemMessage: string;
|
|
18
|
+
userMessage: string;
|
|
19
|
+
settings?: DyFM_AI_CallSettings;
|
|
20
|
+
issuer: string;
|
|
21
|
+
debugLog?: boolean;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=ai-llm-request.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-llm-request.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-llm-request.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-llm-request.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-llm-request.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { DyFM_AI_Message } from './ai-message.interface';
|
|
2
|
+
/**
|
|
3
|
+
* Generic LLM response structure
|
|
4
|
+
* Used by all AI providers for LLM operations
|
|
5
|
+
*/
|
|
6
|
+
export interface DyFM_AI_LLM_Response {
|
|
7
|
+
content: string;
|
|
8
|
+
usage?: {
|
|
9
|
+
promptTokens: number;
|
|
10
|
+
completionTokens: number;
|
|
11
|
+
totalTokens: number;
|
|
12
|
+
};
|
|
13
|
+
model?: string;
|
|
14
|
+
finishReason?: string;
|
|
15
|
+
rawResponse?: any;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Raw LLM response with full provider details
|
|
19
|
+
*/
|
|
20
|
+
export interface DyFM_AI_LLM_Raw_Response extends DyFM_AI_LLM_Response {
|
|
21
|
+
messages: DyFM_AI_Message[];
|
|
22
|
+
rawResponse: any;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=ai-llm-response.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-llm-response.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-llm-response.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE;QACN,YAAY,EAAE,MAAM,CAAC;QACrB,gBAAgB,EAAE,MAAM,CAAC;QACzB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,GAAG,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,oBAAoB;IACpE,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B,WAAW,EAAE,GAAG,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-llm-response.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-llm-response.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-message.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-message.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAErE,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,mBAAmB,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-message.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-message.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines what capabilities each AI provider supports
|
|
3
|
+
* Used to determine which operations are available for each provider
|
|
4
|
+
*/
|
|
5
|
+
export interface DyFM_AI_ProviderCapabilities {
|
|
6
|
+
/** Can perform text generation/chat operations */
|
|
7
|
+
chat: boolean;
|
|
8
|
+
/** Can perform embedding operations */
|
|
9
|
+
embeddings: boolean;
|
|
10
|
+
/** Can perform image generation */
|
|
11
|
+
imageGeneration: boolean;
|
|
12
|
+
/** Can perform image analysis/vision */
|
|
13
|
+
vision: boolean;
|
|
14
|
+
/** Can perform audio generation (TTS) */
|
|
15
|
+
audioGeneration: boolean;
|
|
16
|
+
/** Can perform audio analysis (STT) */
|
|
17
|
+
audioAnalysis: boolean;
|
|
18
|
+
/** Can perform function calling/tool use */
|
|
19
|
+
functionCalling: boolean;
|
|
20
|
+
/** Can perform streaming responses */
|
|
21
|
+
streaming: boolean;
|
|
22
|
+
/** Can perform batch operations */
|
|
23
|
+
batchOperations: boolean;
|
|
24
|
+
/** Maximum context length in tokens */
|
|
25
|
+
maxContextLength?: number;
|
|
26
|
+
/** Supported model types */
|
|
27
|
+
supportedModelTypes: string[];
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=ai-provider-capabilities.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-provider-capabilities.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-provider-capabilities.interface.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,4BAA4B;IAC3C,kDAAkD;IAClD,IAAI,EAAE,OAAO,CAAC;IACd,uCAAuC;IACvC,UAAU,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,eAAe,EAAE,OAAO,CAAC;IACzB,wCAAwC;IACxC,MAAM,EAAE,OAAO,CAAC;IAChB,yCAAyC;IACzC,eAAe,EAAE,OAAO,CAAC;IACzB,uCAAuC;IACvC,aAAa,EAAE,OAAO,CAAC;IACvB,4CAA4C;IAC5C,eAAe,EAAE,OAAO,CAAC;IACzB,sCAAsC;IACtC,SAAS,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,eAAe,EAAE,OAAO,CAAC;IACzB,uCAAuC;IACvC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,4BAA4B;IAC5B,mBAAmB,EAAE,MAAM,EAAE,CAAC;CAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-provider-capabilities.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-provider-capabilities.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DyFM_AI_CallSettings } from './ai-call-settings.interface';
|
|
2
|
+
import { DyFM_AI_Config } from './ai-config.interface';
|
|
3
|
+
import { DyFM_AI_Provider } from '../_enums/ai-provider.enum';
|
|
4
|
+
export declare class DyFM_AI_Settings {
|
|
5
|
+
provider?: DyFM_AI_Provider;
|
|
6
|
+
config?: DyFM_AI_Config;
|
|
7
|
+
defaultSettings?: DyFM_AI_CallSettings;
|
|
8
|
+
constructor(set?: DyFM_AI_Settings);
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=ai-settings.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-settings.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-settings.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAE9D,qBAAa,gBAAgB;IAC3B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,eAAe,CAAC,EAAE,oBAAoB,CAAC;gBAGrC,GAAG,CAAC,EAAE,gBAAgB;CAMzB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_AI_Settings = void 0;
|
|
4
|
+
class DyFM_AI_Settings {
|
|
5
|
+
provider;
|
|
6
|
+
config;
|
|
7
|
+
defaultSettings;
|
|
8
|
+
constructor(set) {
|
|
9
|
+
if (set) {
|
|
10
|
+
Object.assign(this, set);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.DyFM_AI_Settings = DyFM_AI_Settings;
|
|
15
|
+
//# sourceMappingURL=ai-settings.interface.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-settings.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-settings.interface.ts"],"names":[],"mappings":";;;AAIA,MAAa,gBAAgB;IAC3B,QAAQ,CAAoB;IAC5B,MAAM,CAAkB;IACxB,eAAe,CAAwB;IAEvC,YACE,GAAsB;QAEtB,IAAI,GAAG,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;QAC3B,CAAC;IACH,CAAC;CACF;AAZD,4CAYC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare enum DyFM_AAI_Model {
|
|
2
|
+
claude_3_5_sonnet_latest = "claude-3-5-sonnet-latest",
|
|
3
|
+
claude_3_5_sonnet_20241022 = "claude-3-5-sonnet-20241022",
|
|
4
|
+
claude_3_5_haiku_latest = "claude-3-5-haiku-latest",
|
|
5
|
+
claude_3_opus_latest = "claude-3-opus-latest",
|
|
6
|
+
claude_3_sonnet_latest = "claude-3-sonnet-latest",
|
|
7
|
+
claude_3_haiku_latest = "claude-3-haiku-latest"
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=aai-model.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aai-model.enum.d.ts","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/anthropic/_enums/aai-model.enum.ts"],"names":[],"mappings":"AACA,oBAAY,cAAc;IACxB,wBAAwB,6BAA6B;IACrD,0BAA0B,+BAA+B;IACzD,uBAAuB,4BAA4B;IACnD,oBAAoB,yBAAyB;IAC7C,sBAAsB,2BAA2B;IACjD,qBAAqB,0BAA0B;CAChD"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_AAI_Model = void 0;
|
|
4
|
+
// Based on @anthropic-ai/sdk model identifiers
|
|
5
|
+
var DyFM_AAI_Model;
|
|
6
|
+
(function (DyFM_AAI_Model) {
|
|
7
|
+
DyFM_AAI_Model["claude_3_5_sonnet_latest"] = "claude-3-5-sonnet-latest";
|
|
8
|
+
DyFM_AAI_Model["claude_3_5_sonnet_20241022"] = "claude-3-5-sonnet-20241022";
|
|
9
|
+
DyFM_AAI_Model["claude_3_5_haiku_latest"] = "claude-3-5-haiku-latest";
|
|
10
|
+
DyFM_AAI_Model["claude_3_opus_latest"] = "claude-3-opus-latest";
|
|
11
|
+
DyFM_AAI_Model["claude_3_sonnet_latest"] = "claude-3-sonnet-latest";
|
|
12
|
+
DyFM_AAI_Model["claude_3_haiku_latest"] = "claude-3-haiku-latest";
|
|
13
|
+
})(DyFM_AAI_Model || (exports.DyFM_AAI_Model = DyFM_AAI_Model = {}));
|
|
14
|
+
//# sourceMappingURL=aai-model.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aai-model.enum.js","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/anthropic/_enums/aai-model.enum.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,uEAAqD,CAAA;IACrD,2EAAyD,CAAA;IACzD,qEAAmD,CAAA;IACnD,+DAA6C,CAAA;IAC7C,mEAAiD,CAAA;IACjD,iEAA+C,CAAA;AACjD,CAAC,EAPW,cAAc,8BAAd,cAAc,QAOzB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DyFM_AI_CallSettings } from '../../../_models/ai-call-settings.interface';
|
|
2
|
+
import { DyFM_AAI_Model } from '../_enums/aai-model.enum';
|
|
3
|
+
/**
|
|
4
|
+
* Anthropic AI implementation of the generic AI Call Settings
|
|
5
|
+
* Extends the generic AI_CallSettings with Anthropic AI-specific functionality
|
|
6
|
+
*/
|
|
7
|
+
export declare class DyFM_AAI_CallSettings extends DyFM_AI_CallSettings {
|
|
8
|
+
useModel?: DyFM_AAI_Model | string;
|
|
9
|
+
constructor(set?: DyFM_AAI_CallSettings);
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=aai-call-settings.control-model.d.ts.map
|