@futdevpro/nts-dynamo 1.15.111 → 1.15.112
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/.dynamo/logs/cicd-pipeline/output.log +1802 -1802
- package/.dynamo/logs/cicd-pipeline/status.json +30 -30
- package/build/_modules/ai/_modules/ai-mock/_enums/aim-modality.enum.d.ts +21 -9
- package/build/_modules/ai/_modules/ai-mock/_enums/aim-modality.enum.d.ts.map +1 -1
- package/build/_modules/ai/_modules/ai-mock/_enums/aim-modality.enum.js +19 -10
- package/build/_modules/ai/_modules/ai-mock/_enums/aim-modality.enum.js.map +1 -1
- package/build/_modules/ai/_modules/ai-mock/fixtures/aim-text.fixtures.d.ts +9 -0
- package/build/_modules/ai/_modules/ai-mock/fixtures/aim-text.fixtures.d.ts.map +1 -0
- package/build/_modules/ai/_modules/ai-mock/fixtures/aim-text.fixtures.js +163 -0
- package/build/_modules/ai/_modules/ai-mock/fixtures/aim-text.fixtures.js.map +1 -0
- package/build/_modules/ai/_modules/ai-mock/index.d.ts +1 -0
- package/build/_modules/ai/_modules/ai-mock/index.d.ts.map +1 -1
- package/build/_modules/ai/_modules/ai-mock/index.js +2 -0
- package/build/_modules/ai/_modules/ai-mock/index.js.map +1 -1
- package/package.json +2 -2
- package/src/_modules/ai/_modules/ai-mock/_enums/aim-modality.enum.ts +22 -9
- package/src/_modules/ai/_modules/ai-mock/fixtures/aim-text.fixtures.ts +161 -0
- package/src/_modules/ai/_modules/ai-mock/index.ts +3 -0
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { DyNTS_AIMock_Fixture } from '../_models/interfaces/aim-fixture.interface';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Valodi AI-generalasbol beegetve (live capture 2026-07-21). Kezzel NE szerkeszd.
|
|
5
|
+
*
|
|
6
|
+
* Determinisztikus sorrend (match-kulcs szerint) + rendezett objektum-kulcsok, hogy az ujra-generalas
|
|
7
|
+
* ne okozzon zajos diff-et. Forras: `DyNTS_AIMock_FixtureSerializer_Util`.
|
|
8
|
+
*/
|
|
9
|
+
export const DyNTS_AIMock_TextFixtures: DyNTS_AIMock_Fixture[] = [
|
|
10
|
+
{
|
|
11
|
+
"capturedAt": "2026-07-22T00:58:38.792Z",
|
|
12
|
+
"config": {
|
|
13
|
+
"temperature": 0
|
|
14
|
+
},
|
|
15
|
+
"input": "Reply with exactly: PONG",
|
|
16
|
+
"inputHash": "0fb5aed1b51b28b04409b7963b2453fe1597d198c3b8396fc8ebd072104511de",
|
|
17
|
+
"modality": "text",
|
|
18
|
+
"model": "gpt-4o-mini",
|
|
19
|
+
"output": {
|
|
20
|
+
"content": "PONG",
|
|
21
|
+
"finish_reason": "stop",
|
|
22
|
+
"usage": {
|
|
23
|
+
"completion_tokens": 2,
|
|
24
|
+
"completion_tokens_details": {
|
|
25
|
+
"accepted_prediction_tokens": 0,
|
|
26
|
+
"audio_tokens": 0,
|
|
27
|
+
"reasoning_tokens": 0,
|
|
28
|
+
"rejected_prediction_tokens": 0
|
|
29
|
+
},
|
|
30
|
+
"prompt_tokens": 13,
|
|
31
|
+
"prompt_tokens_details": {
|
|
32
|
+
"audio_tokens": 0,
|
|
33
|
+
"cached_tokens": 0
|
|
34
|
+
},
|
|
35
|
+
"total_tokens": 15
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"provider": "open-ai",
|
|
39
|
+
"sourceModel": "gpt-4o-mini"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"capturedAt": "2026-07-22T00:58:37.828Z",
|
|
43
|
+
"config": {
|
|
44
|
+
"temperature": 0
|
|
45
|
+
},
|
|
46
|
+
"input": "Reply with exactly: PONG",
|
|
47
|
+
"inputHash": "0fb5aed1b51b28b04409b7963b2453fe1597d198c3b8396fc8ebd072104511de",
|
|
48
|
+
"modality": "text",
|
|
49
|
+
"model": "gpt-5.4-nano",
|
|
50
|
+
"output": {
|
|
51
|
+
"content": "PONG",
|
|
52
|
+
"finish_reason": "stop",
|
|
53
|
+
"usage": {
|
|
54
|
+
"completion_tokens": 5,
|
|
55
|
+
"completion_tokens_details": {
|
|
56
|
+
"accepted_prediction_tokens": 0,
|
|
57
|
+
"audio_tokens": 0,
|
|
58
|
+
"reasoning_tokens": 0,
|
|
59
|
+
"rejected_prediction_tokens": 0
|
|
60
|
+
},
|
|
61
|
+
"prompt_tokens": 12,
|
|
62
|
+
"prompt_tokens_details": {
|
|
63
|
+
"audio_tokens": 0,
|
|
64
|
+
"cached_tokens": 0
|
|
65
|
+
},
|
|
66
|
+
"total_tokens": 17
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"provider": "open-ai",
|
|
70
|
+
"sourceModel": "gpt-5.4-nano"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"capturedAt": "2026-07-22T00:58:38.316Z",
|
|
74
|
+
"config": {
|
|
75
|
+
"temperature": 0
|
|
76
|
+
},
|
|
77
|
+
"input": "What is the capital of Hungary? One word.",
|
|
78
|
+
"inputHash": "85c5b3ea12c8e34d97a18cb75ae55936aeb2ef0af90eb2f395a44ace6ce997e8",
|
|
79
|
+
"modality": "text",
|
|
80
|
+
"model": "gpt-5.4-nano",
|
|
81
|
+
"output": {
|
|
82
|
+
"content": "Budapest",
|
|
83
|
+
"finish_reason": "stop",
|
|
84
|
+
"usage": {
|
|
85
|
+
"completion_tokens": 5,
|
|
86
|
+
"completion_tokens_details": {
|
|
87
|
+
"accepted_prediction_tokens": 0,
|
|
88
|
+
"audio_tokens": 0,
|
|
89
|
+
"reasoning_tokens": 0,
|
|
90
|
+
"rejected_prediction_tokens": 0
|
|
91
|
+
},
|
|
92
|
+
"prompt_tokens": 16,
|
|
93
|
+
"prompt_tokens_details": {
|
|
94
|
+
"audio_tokens": 0,
|
|
95
|
+
"cached_tokens": 0
|
|
96
|
+
},
|
|
97
|
+
"total_tokens": 21
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"provider": "open-ai",
|
|
101
|
+
"sourceModel": "gpt-5.4-nano"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"capturedAt": "2026-07-22T00:58:39.151Z",
|
|
105
|
+
"config": {},
|
|
106
|
+
"input": "artificial intelligence",
|
|
107
|
+
"inputHash": "803b3eb2b6af027151950019f2d5ede506a6636a9eafd262b27c23e3f834056f",
|
|
108
|
+
"modality": "embedding",
|
|
109
|
+
"model": "text-embedding-3-small",
|
|
110
|
+
"output": {
|
|
111
|
+
"dimensions": 1536,
|
|
112
|
+
"embeddingHead": [
|
|
113
|
+
0.0005774497985839844,
|
|
114
|
+
-0.012481689453125,
|
|
115
|
+
-0.01143646240234375,
|
|
116
|
+
-0.0247344970703125,
|
|
117
|
+
0.011383056640625,
|
|
118
|
+
-0.006069183349609375,
|
|
119
|
+
-0.0209503173828125,
|
|
120
|
+
0.03741455078125
|
|
121
|
+
],
|
|
122
|
+
"model": "text-embedding-3-small",
|
|
123
|
+
"object": "list",
|
|
124
|
+
"usage": {
|
|
125
|
+
"prompt_tokens": 3,
|
|
126
|
+
"total_tokens": 3
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"provider": "open-ai",
|
|
130
|
+
"sourceModel": "text-embedding-3-small"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"capturedAt": "2026-07-22T00:58:39.020Z",
|
|
134
|
+
"config": {},
|
|
135
|
+
"input": "the quick brown fox",
|
|
136
|
+
"inputHash": "9ecb36561341d18eb65484e833efea61edc74b84cf5e6ae1b81c63533e25fc8f",
|
|
137
|
+
"modality": "embedding",
|
|
138
|
+
"model": "text-embedding-3-small",
|
|
139
|
+
"output": {
|
|
140
|
+
"dimensions": 1536,
|
|
141
|
+
"embeddingHead": [
|
|
142
|
+
-0.033355712890625,
|
|
143
|
+
-0.00183868408203125,
|
|
144
|
+
0.005237579345703125,
|
|
145
|
+
-0.06304931640625,
|
|
146
|
+
-0.04779052734375,
|
|
147
|
+
0.0018625259399414062,
|
|
148
|
+
0.016876220703125,
|
|
149
|
+
0.034820556640625
|
|
150
|
+
],
|
|
151
|
+
"model": "text-embedding-3-small",
|
|
152
|
+
"object": "list",
|
|
153
|
+
"usage": {
|
|
154
|
+
"prompt_tokens": 4,
|
|
155
|
+
"total_tokens": 4
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"provider": "open-ai",
|
|
159
|
+
"sourceModel": "text-embedding-3-small"
|
|
160
|
+
}
|
|
161
|
+
];
|
|
@@ -19,6 +19,9 @@ export * from './_services/ai-embedding-mock.service';
|
|
|
19
19
|
// ENUMS
|
|
20
20
|
export * from './_enums/aim-modality.enum';
|
|
21
21
|
|
|
22
|
+
// FIXTURES — valódi AI-generálásból beégetve (live capture 2026-07-21). Git-tracked, determinisztikus (D6).
|
|
23
|
+
export * from './fixtures/aim-text.fixtures';
|
|
24
|
+
|
|
22
25
|
// MODELS / INTERFACES — fixture-shape (MP-3 SP-3.1)
|
|
23
26
|
export * from './_models/interfaces/aim-request.interface';
|
|
24
27
|
export * from './_models/interfaces/aim-error.interface';
|