@isdk/ai-tool 0.0.3 → 0.0.4

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.
Files changed (67) hide show
  1. package/dist/{chunk-DGMU4VSJ.mjs → chunk-ZXBTGYVX.mjs} +104 -127
  2. package/dist/funcs.js +103 -126
  3. package/dist/funcs.mjs +2 -2
  4. package/dist/index.js +103 -126
  5. package/dist/index.mjs +2 -2
  6. package/dist/test/util.js +1 -2
  7. package/dist/test/util.mjs +2 -3
  8. package/docs/classes/AbortError.md +11 -11
  9. package/docs/classes/AlreadyExistsError.md +11 -11
  10. package/docs/classes/BaseError.md +11 -11
  11. package/docs/classes/ClientTools.md +51 -51
  12. package/docs/classes/CommonError.md +11 -11
  13. package/docs/classes/EventClient.md +73 -73
  14. package/docs/classes/EventServer.md +71 -71
  15. package/docs/classes/EventToolFunc.md +41 -41
  16. package/docs/classes/FStringPromptTemplate.md +18 -18
  17. package/docs/classes/FewShotPromptTemplate.md +22 -22
  18. package/docs/classes/GolangPromptTemplate.md +18 -18
  19. package/docs/classes/HFEnvironment.md +9 -9
  20. package/docs/classes/HFInterpreter.md +17 -17
  21. package/docs/classes/HFTemplate.md +4 -4
  22. package/docs/classes/HfPromptTemplate.md +18 -18
  23. package/docs/classes/NotFoundError.md +11 -11
  24. package/docs/classes/NotImplementationError.md +11 -11
  25. package/docs/classes/PromptExampleSelector.md +8 -8
  26. package/docs/classes/PromptTemplate.md +17 -17
  27. package/docs/classes/ReadableStreamError.md +11 -11
  28. package/docs/classes/ResClientTools.md +57 -57
  29. package/docs/classes/ResServerTools.md +55 -55
  30. package/docs/classes/SSEChannel.md +15 -15
  31. package/docs/classes/ServerTools.md +48 -48
  32. package/docs/classes/ToolFunc.md +38 -38
  33. package/docs/enums/ErrorCode.md +19 -19
  34. package/docs/enums/XXHashAlgorithm.md +2 -2
  35. package/docs/interfaces/AIChatAssistantMessageParam.md +6 -6
  36. package/docs/interfaces/AIChatContentPartImage.md +2 -2
  37. package/docs/interfaces/AIChatContentPartText.md +2 -2
  38. package/docs/interfaces/AIChatMessageParamBase.md +1 -1
  39. package/docs/interfaces/AIChatMessageToolCall.md +3 -3
  40. package/docs/interfaces/AIChatSystemMessageParam.md +3 -3
  41. package/docs/interfaces/AIChatToolMessageParam.md +4 -4
  42. package/docs/interfaces/AIChatUserMessageParam.md +7 -7
  43. package/docs/interfaces/AIResult.md +4 -4
  44. package/docs/interfaces/AIStreamCallbacksAndOptions.md +6 -6
  45. package/docs/interfaces/AIStreamParser.md +1 -1
  46. package/docs/interfaces/AIStreamParserOptions.md +1 -1
  47. package/docs/interfaces/BaseFunc.md +7 -7
  48. package/docs/interfaces/BaseFuncItem.md +6 -6
  49. package/docs/interfaces/ClientFuncItem.md +10 -10
  50. package/docs/interfaces/DotenvExpandOptions.md +3 -3
  51. package/docs/interfaces/DotenvExpandOutput.md +2 -2
  52. package/docs/interfaces/EventClientFuncParams.md +4 -4
  53. package/docs/interfaces/EventServerFuncParams.md +5 -5
  54. package/docs/interfaces/FewShotPromptTemplateOptions.md +11 -11
  55. package/docs/interfaces/FuncItem.md +7 -7
  56. package/docs/interfaces/FuncParam.md +5 -5
  57. package/docs/interfaces/PromptExampleSelectorOptions.md +2 -2
  58. package/docs/interfaces/PromptTemplateOptions.md +6 -6
  59. package/docs/interfaces/RemoteFuncItem.md +10 -10
  60. package/docs/interfaces/ResClientFuncParams.md +2 -2
  61. package/docs/interfaces/ResServerFuncParams.md +5 -5
  62. package/docs/interfaces/SanitizeFilenameOptions.md +2 -2
  63. package/docs/interfaces/ServerFuncItem.md +11 -11
  64. package/docs/interfaces/ServerFuncParams.md +2 -2
  65. package/docs/modules.md +110 -110
  66. package/package.json +12 -13
  67. /package/dist/{chunk-EZFPVSGF.mjs → chunk-U5DDQYSF.mjs} +0 -0
@@ -106,7 +106,7 @@
106
106
 
107
107
  #### Defined in
108
108
 
109
- [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:50](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/few-shot-prompt-template.ts#L50)
109
+ [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:50](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/few-shot-prompt-template.ts#L50)
110
110
 
111
111
  ## Properties
112
112
 
@@ -120,7 +120,7 @@
120
120
 
121
121
  #### Defined in
122
122
 
123
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:21](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L21)
123
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:21](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L21)
124
124
 
125
125
  ___
126
126
 
@@ -134,7 +134,7 @@ ___
134
134
 
135
135
  #### Defined in
136
136
 
137
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:24](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L24)
137
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:24](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L24)
138
138
 
139
139
  ___
140
140
 
@@ -144,7 +144,7 @@ ___
144
144
 
145
145
  #### Defined in
146
146
 
147
- [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:41](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/few-shot-prompt-template.ts#L41)
147
+ [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:41](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/few-shot-prompt-template.ts#L41)
148
148
 
149
149
  ___
150
150
 
@@ -154,7 +154,7 @@ ___
154
154
 
155
155
  #### Defined in
156
156
 
157
- [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:43](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/few-shot-prompt-template.ts#L43)
157
+ [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:43](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/few-shot-prompt-template.ts#L43)
158
158
 
159
159
  ___
160
160
 
@@ -164,7 +164,7 @@ ___
164
164
 
165
165
  #### Defined in
166
166
 
167
- [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:40](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/few-shot-prompt-template.ts#L40)
167
+ [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:40](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/few-shot-prompt-template.ts#L40)
168
168
 
169
169
  ___
170
170
 
@@ -178,7 +178,7 @@ ___
178
178
 
179
179
  #### Defined in
180
180
 
181
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:25](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L25)
181
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:25](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L25)
182
182
 
183
183
  ___
184
184
 
@@ -188,7 +188,7 @@ ___
188
188
 
189
189
  #### Defined in
190
190
 
191
- [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:44](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/few-shot-prompt-template.ts#L44)
191
+ [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:44](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/few-shot-prompt-template.ts#L44)
192
192
 
193
193
  ___
194
194
 
@@ -198,7 +198,7 @@ ___
198
198
 
199
199
  #### Defined in
200
200
 
201
- [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:42](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/few-shot-prompt-template.ts#L42)
201
+ [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:42](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/few-shot-prompt-template.ts#L42)
202
202
 
203
203
  ___
204
204
 
@@ -212,7 +212,7 @@ ___
212
212
 
213
213
  #### Defined in
214
214
 
215
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:22](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L22)
215
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:22](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L22)
216
216
 
217
217
  ___
218
218
 
@@ -226,7 +226,7 @@ ___
226
226
 
227
227
  #### Defined in
228
228
 
229
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:23](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L23)
229
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:23](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L23)
230
230
 
231
231
  ___
232
232
 
@@ -418,7 +418,7 @@ node_modules/.pnpm/custom-factory@2.3.0-alpha.6/node_modules/custom-factory/lib/
418
418
 
419
419
  #### Defined in
420
420
 
421
- [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:69](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/few-shot-prompt-template.ts#L69)
421
+ [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:69](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/few-shot-prompt-template.ts#L69)
422
422
 
423
423
  ___
424
424
 
@@ -442,7 +442,7 @@ ___
442
442
 
443
443
  #### Defined in
444
444
 
445
- [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:54](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/few-shot-prompt-template.ts#L54)
445
+ [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:54](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/few-shot-prompt-template.ts#L54)
446
446
 
447
447
  ___
448
448
 
@@ -468,7 +468,7 @@ Validate/filter the data in inputVariables
468
468
 
469
469
  #### Defined in
470
470
 
471
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:62](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L62)
471
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:62](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L62)
472
472
 
473
473
  ___
474
474
 
@@ -492,7 +492,7 @@ ___
492
492
 
493
493
  #### Defined in
494
494
 
495
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:109](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L109)
495
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:109](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L109)
496
496
 
497
497
  ___
498
498
 
@@ -516,7 +516,7 @@ ___
516
516
 
517
517
  #### Defined in
518
518
 
519
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:96](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L96)
519
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:96](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L96)
520
520
 
521
521
  ___
522
522
 
@@ -544,7 +544,7 @@ the new partial PromptTemplate instance
544
544
 
545
545
  #### Defined in
546
546
 
547
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:139](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L139)
547
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:139](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L139)
548
548
 
549
549
  ___
550
550
 
@@ -568,7 +568,7 @@ ___
568
568
 
569
569
  #### Defined in
570
570
 
571
- [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:94](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/few-shot-prompt-template.ts#L94)
571
+ [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:94](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/few-shot-prompt-template.ts#L94)
572
572
 
573
573
  ___
574
574
 
@@ -777,7 +777,7 @@ ___
777
777
 
778
778
  #### Defined in
779
779
 
780
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:31](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L31)
780
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:31](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L31)
781
781
 
782
782
  ___
783
783
 
@@ -805,7 +805,7 @@ A Promise that resolves to the formatted result if options is a template; otherw
805
805
 
806
806
  #### Defined in
807
807
 
808
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:41](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L41)
808
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:41](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L41)
809
809
 
810
810
  ___
811
811
 
@@ -894,7 +894,7 @@ ___
894
894
 
895
895
  #### Defined in
896
896
 
897
- [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:46](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/few-shot-prompt-template.ts#L46)
897
+ [packages/ai-tool/src/utils/prompt/few-shot-prompt-template.ts:46](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/few-shot-prompt-template.ts#L46)
898
898
 
899
899
  ___
900
900
 
@@ -1080,7 +1080,7 @@ ___
1080
1080
 
1081
1081
  #### Defined in
1082
1082
 
1083
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:48](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L48)
1083
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:48](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L48)
1084
1084
 
1085
1085
  ___
1086
1086
 
@@ -91,7 +91,7 @@
91
91
 
92
92
  #### Defined in
93
93
 
94
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:69](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L69)
94
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:69](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L69)
95
95
 
96
96
  ## Properties
97
97
 
@@ -105,7 +105,7 @@
105
105
 
106
106
  #### Defined in
107
107
 
108
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:21](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L21)
108
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:21](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L21)
109
109
 
110
110
  ___
111
111
 
@@ -119,7 +119,7 @@ ___
119
119
 
120
120
  #### Defined in
121
121
 
122
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:24](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L24)
122
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:24](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L24)
123
123
 
124
124
  ___
125
125
 
@@ -133,7 +133,7 @@ ___
133
133
 
134
134
  #### Defined in
135
135
 
136
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:25](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L25)
136
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:25](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L25)
137
137
 
138
138
  ___
139
139
 
@@ -147,7 +147,7 @@ ___
147
147
 
148
148
  #### Defined in
149
149
 
150
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:22](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L22)
150
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:22](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L22)
151
151
 
152
152
  ___
153
153
 
@@ -161,7 +161,7 @@ ___
161
161
 
162
162
  #### Defined in
163
163
 
164
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:23](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L23)
164
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:23](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L23)
165
165
 
166
166
  ___
167
167
 
@@ -353,7 +353,7 @@ node_modules/.pnpm/custom-factory@2.3.0-alpha.6/node_modules/custom-factory/lib/
353
353
 
354
354
  #### Defined in
355
355
 
356
- [packages/ai-tool/src/utils/prompt/golang-prompt-template.ts:26](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/golang-prompt-template.ts#L26)
356
+ [packages/ai-tool/src/utils/prompt/golang-prompt-template.ts:26](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/golang-prompt-template.ts#L26)
357
357
 
358
358
  ___
359
359
 
@@ -377,7 +377,7 @@ ___
377
377
 
378
378
  #### Defined in
379
379
 
380
- [packages/ai-tool/src/utils/prompt/golang-prompt-template.ts:18](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/golang-prompt-template.ts#L18)
380
+ [packages/ai-tool/src/utils/prompt/golang-prompt-template.ts:18](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/golang-prompt-template.ts#L18)
381
381
 
382
382
  ___
383
383
 
@@ -403,7 +403,7 @@ Validate/filter the data in inputVariables
403
403
 
404
404
  #### Defined in
405
405
 
406
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:62](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L62)
406
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:62](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L62)
407
407
 
408
408
  ___
409
409
 
@@ -427,7 +427,7 @@ ___
427
427
 
428
428
  #### Defined in
429
429
 
430
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:109](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L109)
430
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:109](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L109)
431
431
 
432
432
  ___
433
433
 
@@ -447,7 +447,7 @@ ___
447
447
 
448
448
  #### Defined in
449
449
 
450
- [packages/ai-tool/src/utils/prompt/golang-prompt-template.ts:12](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/golang-prompt-template.ts#L12)
450
+ [packages/ai-tool/src/utils/prompt/golang-prompt-template.ts:12](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/golang-prompt-template.ts#L12)
451
451
 
452
452
  ___
453
453
 
@@ -471,7 +471,7 @@ ___
471
471
 
472
472
  #### Defined in
473
473
 
474
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:96](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L96)
474
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:96](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L96)
475
475
 
476
476
  ___
477
477
 
@@ -499,7 +499,7 @@ the new partial PromptTemplate instance
499
499
 
500
500
  #### Defined in
501
501
 
502
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:139](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L139)
502
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:139](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L139)
503
503
 
504
504
  ___
505
505
 
@@ -523,7 +523,7 @@ ___
523
523
 
524
524
  #### Defined in
525
525
 
526
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:147](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L147)
526
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:147](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L147)
527
527
 
528
528
  ___
529
529
 
@@ -732,7 +732,7 @@ ___
732
732
 
733
733
  #### Defined in
734
734
 
735
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:31](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L31)
735
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:31](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L31)
736
736
 
737
737
  ___
738
738
 
@@ -760,7 +760,7 @@ A Promise that resolves to the formatted result if options is a template; otherw
760
760
 
761
761
  #### Defined in
762
762
 
763
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:41](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L41)
763
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:41](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L41)
764
764
 
765
765
  ___
766
766
 
@@ -844,7 +844,7 @@ ___
844
844
 
845
845
  #### Defined in
846
846
 
847
- [packages/ai-tool/src/utils/prompt/prompt-template.ts:27](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/prompt-template.ts#L27)
847
+ [packages/ai-tool/src/utils/prompt/prompt-template.ts:27](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/prompt-template.ts#L27)
848
848
 
849
849
  ___
850
850
 
@@ -1030,7 +1030,7 @@ ___
1030
1030
 
1031
1031
  #### Defined in
1032
1032
 
1033
- [packages/ai-tool/src/utils/prompt/golang-prompt-template.ts:7](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/golang-prompt-template.ts#L7)
1033
+ [packages/ai-tool/src/utils/prompt/golang-prompt-template.ts:7](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/golang-prompt-template.ts#L7)
1034
1034
 
1035
1035
  ___
1036
1036
 
@@ -50,7 +50,7 @@ Environment.constructor
50
50
 
51
51
  #### Defined in
52
52
 
53
- [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:22](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/index.ts#L22)
53
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:22](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/index.ts#L22)
54
54
 
55
55
  ## Properties
56
56
 
@@ -64,7 +64,7 @@ Environment.parent
64
64
 
65
65
  #### Defined in
66
66
 
67
- [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:22](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/index.ts#L22)
67
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:22](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/index.ts#L22)
68
68
 
69
69
  ___
70
70
 
@@ -80,7 +80,7 @@ Environment.tests
80
80
 
81
81
  #### Defined in
82
82
 
83
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:267](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L267)
83
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:267](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L267)
84
84
 
85
85
  ___
86
86
 
@@ -96,7 +96,7 @@ Environment.variables
96
96
 
97
97
  #### Defined in
98
98
 
99
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:249](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L249)
99
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:249](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L249)
100
100
 
101
101
  ## Methods
102
102
 
@@ -116,7 +116,7 @@ Environment.variables
116
116
 
117
117
  #### Defined in
118
118
 
119
- [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:26](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/index.ts#L26)
119
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:26](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/index.ts#L26)
120
120
 
121
121
  ___
122
122
 
@@ -130,7 +130,7 @@ ___
130
130
 
131
131
  #### Defined in
132
132
 
133
- [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:32](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/index.ts#L32)
133
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:32](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/index.ts#L32)
134
134
 
135
135
  ___
136
136
 
@@ -154,7 +154,7 @@ Environment.lookupVariable
154
154
 
155
155
  #### Defined in
156
156
 
157
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:363](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L363)
157
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:363](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L363)
158
158
 
159
159
  ___
160
160
 
@@ -181,7 +181,7 @@ Environment.set
181
181
 
182
182
  #### Defined in
183
183
 
184
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:318](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L318)
184
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:318](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L318)
185
185
 
186
186
  ___
187
187
 
@@ -209,4 +209,4 @@ Environment.setVariable
209
209
 
210
210
  #### Defined in
211
211
 
212
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:340](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L340)
212
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:340](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L340)
@@ -48,7 +48,7 @@
48
48
 
49
49
  #### Defined in
50
50
 
51
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:375](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L375)
51
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:375](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L375)
52
52
 
53
53
  ## Properties
54
54
 
@@ -58,7 +58,7 @@
58
58
 
59
59
  #### Defined in
60
60
 
61
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:373](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L373)
61
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:373](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L373)
62
62
 
63
63
  ## Methods
64
64
 
@@ -79,7 +79,7 @@
79
79
 
80
80
  #### Defined in
81
81
 
82
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:673](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L673)
82
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:673](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L673)
83
83
 
84
84
  ___
85
85
 
@@ -100,7 +100,7 @@ ___
100
100
 
101
101
  #### Defined in
102
102
 
103
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:881](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L881)
103
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:881](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L881)
104
104
 
105
105
  ___
106
106
 
@@ -123,7 +123,7 @@ Evaluates expressions following the binary operation type.
123
123
 
124
124
  #### Defined in
125
125
 
126
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:389](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L389)
126
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:389](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L389)
127
127
 
128
128
  ___
129
129
 
@@ -144,7 +144,7 @@ ___
144
144
 
145
145
  #### Defined in
146
146
 
147
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:677](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L677)
147
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:677](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L677)
148
148
 
149
149
  ___
150
150
 
@@ -165,7 +165,7 @@ ___
165
165
 
166
166
  #### Defined in
167
167
 
168
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:697](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L697)
168
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:697](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L697)
169
169
 
170
170
  ___
171
171
 
@@ -188,7 +188,7 @@ Evaluates expressions following the filter operation type.
188
188
 
189
189
  #### Defined in
190
190
 
191
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:487](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L487)
191
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:487](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L487)
192
192
 
193
193
  ___
194
194
 
@@ -209,7 +209,7 @@ ___
209
209
 
210
210
  #### Defined in
211
211
 
212
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:821](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L821)
212
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:821](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L821)
213
213
 
214
214
  ___
215
215
 
@@ -230,7 +230,7 @@ ___
230
230
 
231
231
  #### Defined in
232
232
 
233
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:693](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L693)
233
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:693](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L693)
234
234
 
235
235
  ___
236
236
 
@@ -251,7 +251,7 @@ ___
251
251
 
252
252
  #### Defined in
253
253
 
254
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:816](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L816)
254
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:816](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L816)
255
255
 
256
256
  ___
257
257
 
@@ -272,7 +272,7 @@ ___
272
272
 
273
273
  #### Defined in
274
274
 
275
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:752](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L752)
275
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:752](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L752)
276
276
 
277
277
  ___
278
278
 
@@ -293,7 +293,7 @@ ___
293
293
 
294
294
  #### Defined in
295
295
 
296
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:793](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L793)
296
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:793](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L793)
297
297
 
298
298
  ___
299
299
 
@@ -315,7 +315,7 @@ ___
315
315
 
316
316
  #### Defined in
317
317
 
318
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:721](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L721)
318
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:721](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L721)
319
319
 
320
320
  ___
321
321
 
@@ -338,7 +338,7 @@ Evaluates expressions following the test operation type.
338
338
 
339
339
  #### Defined in
340
340
 
341
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:644](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L644)
341
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:644](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L644)
342
342
 
343
343
  ___
344
344
 
@@ -361,7 +361,7 @@ Evaluates expressions following the unary operation type.
361
361
 
362
362
  #### Defined in
363
363
 
364
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:662](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L662)
364
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:662](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L662)
365
365
 
366
366
  ___
367
367
 
@@ -383,4 +383,4 @@ Run the program.
383
383
 
384
384
  #### Defined in
385
385
 
386
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:382](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/runtime.ts#L382)
386
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:382](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/runtime.ts#L382)
@@ -36,7 +36,7 @@
36
36
 
37
37
  #### Defined in
38
38
 
39
- [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:45](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/index.ts#L45)
39
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:45](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/index.ts#L45)
40
40
 
41
41
  ## Properties
42
42
 
@@ -46,7 +46,7 @@
46
46
 
47
47
  #### Defined in
48
48
 
49
- [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:38](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/index.ts#L38)
49
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:38](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/index.ts#L38)
50
50
 
51
51
  ___
52
52
 
@@ -56,7 +56,7 @@ ___
56
56
 
57
57
  #### Defined in
58
58
 
59
- [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:40](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/index.ts#L40)
59
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:40](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/index.ts#L40)
60
60
 
61
61
  ## Methods
62
62
 
@@ -76,4 +76,4 @@ ___
76
76
 
77
77
  #### Defined in
78
78
 
79
- [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:55](https://github.com/isdk/ai-tool.js/blob/5ff3a34d9852a051d1821b3c3de867a8271c1404/src/utils/prompt/template/jinja/src/index.ts#L55)
79
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/index.ts:55](https://github.com/isdk/ai-tool.js/blob/0f8a4d4a5fd2f372072a81ed0b281e2d8d5796f1/src/utils/prompt/template/jinja/src/index.ts#L55)