@isdk/ai-tool 0.0.8 → 0.0.9

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 (79) hide show
  1. package/README.cn.md +49 -15
  2. package/README.md +245 -2
  3. package/dist/chunk-PDXMSKQH.mjs +1 -0
  4. package/dist/funcs.js +1 -1
  5. package/dist/funcs.mjs +1 -1
  6. package/dist/index.d.mts +9 -2
  7. package/dist/index.d.ts +9 -2
  8. package/dist/index.js +1 -1
  9. package/dist/index.mjs +1 -1
  10. package/docs/README.md +245 -2
  11. package/docs/classes/AbortError.md +8 -8
  12. package/docs/classes/AlreadyExistsError.md +8 -8
  13. package/docs/classes/BaseError.md +8 -8
  14. package/docs/classes/CancelableAbility.md +20 -20
  15. package/docs/classes/ClientTools.md +53 -53
  16. package/docs/classes/CommonError.md +8 -8
  17. package/docs/classes/EventClient.md +75 -75
  18. package/docs/classes/EventServer.md +73 -73
  19. package/docs/classes/EventToolFunc.md +43 -43
  20. package/docs/classes/FStringPromptTemplate.md +18 -18
  21. package/docs/classes/FewShotPromptTemplate.md +22 -22
  22. package/docs/classes/GolangPromptTemplate.md +18 -18
  23. package/docs/classes/HFEnvironment.md +9 -9
  24. package/docs/classes/HFInterpreter.md +39 -17
  25. package/docs/classes/HFTemplate.md +4 -4
  26. package/docs/classes/HfPromptTemplate.md +18 -18
  27. package/docs/classes/IntSet.md +12 -12
  28. package/docs/classes/NotFoundError.md +8 -8
  29. package/docs/classes/NotImplementationError.md +8 -8
  30. package/docs/classes/PromptExampleSelector.md +8 -8
  31. package/docs/classes/PromptTemplate.md +17 -17
  32. package/docs/classes/ReadableStreamError.md +8 -8
  33. package/docs/classes/ResClientTools.md +59 -59
  34. package/docs/classes/ResServerTools.md +57 -57
  35. package/docs/classes/SSEChannel.md +15 -15
  36. package/docs/classes/Semaphore.md +14 -14
  37. package/docs/classes/ServerTools.md +50 -50
  38. package/docs/classes/TaskAbortController.md +7 -7
  39. package/docs/classes/ToolFunc.md +40 -40
  40. package/docs/enums/AsyncFeatureBits.md +3 -3
  41. package/docs/enums/AsyncFeatures.md +3 -3
  42. package/docs/enums/ErrorCode.md +21 -21
  43. package/docs/enums/XXHashAlgorithm.md +2 -2
  44. package/docs/interfaces/AIChatAssistantMessageParam.md +6 -6
  45. package/docs/interfaces/AIChatContentPartImage.md +2 -2
  46. package/docs/interfaces/AIChatContentPartText.md +2 -2
  47. package/docs/interfaces/AIChatMessageParamBase.md +1 -1
  48. package/docs/interfaces/AIChatMessageToolCall.md +3 -3
  49. package/docs/interfaces/AIChatSystemMessageParam.md +3 -3
  50. package/docs/interfaces/AIChatToolMessageParam.md +4 -4
  51. package/docs/interfaces/AIChatUserMessageParam.md +7 -7
  52. package/docs/interfaces/AIResult.md +5 -5
  53. package/docs/interfaces/AIStreamParser.md +1 -1
  54. package/docs/interfaces/AIStreamParserOptions.md +1 -1
  55. package/docs/interfaces/BaseFunc.md +7 -7
  56. package/docs/interfaces/BaseFuncItem.md +6 -6
  57. package/docs/interfaces/CancelableAbilityOptions.md +2 -2
  58. package/docs/interfaces/ClientFuncItem.md +10 -10
  59. package/docs/interfaces/DotenvExpandOptions.md +3 -3
  60. package/docs/interfaces/DotenvExpandOutput.md +2 -2
  61. package/docs/interfaces/EventClientFuncParams.md +4 -4
  62. package/docs/interfaces/EventServerFuncParams.md +5 -5
  63. package/docs/interfaces/FewShotPromptTemplateOptions.md +11 -11
  64. package/docs/interfaces/FuncItem.md +7 -7
  65. package/docs/interfaces/FuncParam.md +6 -6
  66. package/docs/interfaces/PromptExampleSelectorOptions.md +2 -2
  67. package/docs/interfaces/PromptTemplateOptions.md +6 -6
  68. package/docs/interfaces/RemoteFuncItem.md +10 -10
  69. package/docs/interfaces/ResClientFuncParams.md +2 -2
  70. package/docs/interfaces/ResServerFuncParams.md +5 -5
  71. package/docs/interfaces/SanitizeFilenameOptions.md +2 -2
  72. package/docs/interfaces/ServerFuncItem.md +11 -11
  73. package/docs/interfaces/ServerFuncParams.md +2 -2
  74. package/docs/interfaces/StreamCallbacksAndOptions.md +4 -4
  75. package/docs/interfaces/TaskPromise.md +1 -1
  76. package/docs/interfaces/ToolFuncPackage.md +3 -3
  77. package/docs/modules.md +127 -124
  78. package/package.json +1 -1
  79. package/dist/chunk-B7IE5ATQ.mjs +0 -1
@@ -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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L267)
83
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:268](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L268)
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/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L249)
99
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:250](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L250)
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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L363)
157
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:364](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L364)
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/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L318)
184
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:319](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L319)
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/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L340)
212
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:341](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L341)
@@ -16,6 +16,7 @@
16
16
 
17
17
  - [evalProgram](HFInterpreter.md#evalprogram)
18
18
  - [evaluate](HFInterpreter.md#evaluate)
19
+ - [evaluateArgumentsExpression](HFInterpreter.md#evaluateargumentsexpression)
19
20
  - [evaluateBinaryExpression](HFInterpreter.md#evaluatebinaryexpression)
20
21
  - [evaluateBlock](HFInterpreter.md#evaluateblock)
21
22
  - [evaluateCallExpression](HFInterpreter.md#evaluatecallexpression)
@@ -48,7 +49,7 @@
48
49
 
49
50
  #### Defined in
50
51
 
51
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:375](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L375)
52
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:376](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L376)
52
53
 
53
54
  ## Properties
54
55
 
@@ -58,7 +59,7 @@
58
59
 
59
60
  #### Defined in
60
61
 
61
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:373](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L373)
62
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:374](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L374)
62
63
 
63
64
  ## Methods
64
65
 
@@ -79,7 +80,7 @@
79
80
 
80
81
  #### Defined in
81
82
 
82
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:673](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L673)
83
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:674](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L674)
83
84
 
84
85
  ___
85
86
 
@@ -100,7 +101,28 @@ ___
100
101
 
101
102
  #### Defined in
102
103
 
103
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:881](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L881)
104
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:886](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L886)
105
+
106
+ ___
107
+
108
+ ### evaluateArgumentsExpression
109
+
110
+ ▸ **evaluateArgumentsExpression**(`args`, `environment`): `AnyRuntimeValue`[]
111
+
112
+ #### Parameters
113
+
114
+ | Name | Type |
115
+ | :------ | :------ |
116
+ | `args` | `Expression`[] |
117
+ | `environment` | `Environment` |
118
+
119
+ #### Returns
120
+
121
+ `AnyRuntimeValue`[]
122
+
123
+ #### Defined in
124
+
125
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:698](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L698)
104
126
 
105
127
  ___
106
128
 
@@ -123,7 +145,7 @@ Evaluates expressions following the binary operation type.
123
145
 
124
146
  #### Defined in
125
147
 
126
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:389](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L389)
148
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:390](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L390)
127
149
 
128
150
  ___
129
151
 
@@ -144,7 +166,7 @@ ___
144
166
 
145
167
  #### Defined in
146
168
 
147
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:677](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L677)
169
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:678](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L678)
148
170
 
149
171
  ___
150
172
 
@@ -165,7 +187,7 @@ ___
165
187
 
166
188
  #### Defined in
167
189
 
168
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:697](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L697)
190
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:716](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L716)
169
191
 
170
192
  ___
171
193
 
@@ -188,7 +210,7 @@ Evaluates expressions following the filter operation type.
188
210
 
189
211
  #### Defined in
190
212
 
191
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:487](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L487)
213
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:488](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L488)
192
214
 
193
215
  ___
194
216
 
@@ -209,7 +231,7 @@ ___
209
231
 
210
232
  #### Defined in
211
233
 
212
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:821](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L821)
234
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:826](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L826)
213
235
 
214
236
  ___
215
237
 
@@ -230,7 +252,7 @@ ___
230
252
 
231
253
  #### Defined in
232
254
 
233
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:693](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L693)
255
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:694](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L694)
234
256
 
235
257
  ___
236
258
 
@@ -251,7 +273,7 @@ ___
251
273
 
252
274
  #### Defined in
253
275
 
254
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:816](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L816)
276
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:821](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L821)
255
277
 
256
278
  ___
257
279
 
@@ -272,7 +294,7 @@ ___
272
294
 
273
295
  #### Defined in
274
296
 
275
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:752](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L752)
297
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:757](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L757)
276
298
 
277
299
  ___
278
300
 
@@ -293,7 +315,7 @@ ___
293
315
 
294
316
  #### Defined in
295
317
 
296
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:793](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L793)
318
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:798](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L798)
297
319
 
298
320
  ___
299
321
 
@@ -315,7 +337,7 @@ ___
315
337
 
316
338
  #### Defined in
317
339
 
318
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:721](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L721)
340
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:726](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L726)
319
341
 
320
342
  ___
321
343
 
@@ -338,7 +360,7 @@ Evaluates expressions following the test operation type.
338
360
 
339
361
  #### Defined in
340
362
 
341
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:644](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L644)
363
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:645](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L645)
342
364
 
343
365
  ___
344
366
 
@@ -361,7 +383,7 @@ Evaluates expressions following the unary operation type.
361
383
 
362
384
  #### Defined in
363
385
 
364
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:662](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L662)
386
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:663](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L663)
365
387
 
366
388
  ___
367
389
 
@@ -383,4 +405,4 @@ Run the program.
383
405
 
384
406
  #### Defined in
385
407
 
386
- [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:382](https://github.com/isdk/ai-tool.js/blob/787e914a1f5dab2d24312399a6f123f0e8360403/src/utils/prompt/template/jinja/src/runtime.ts#L382)
408
+ [packages/ai-tool/src/utils/prompt/template/jinja/src/runtime.ts:383](https://github.com/isdk/ai-tool.js/blob/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/runtime.ts#L383)
@@ -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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/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/787e914a1f5dab2d24312399a6f123f0e8360403/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/43e2dd311b252f4a811e695a7944005766712a72/src/utils/prompt/template/jinja/src/index.ts#L55)