File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Tools/AI Test Toolkit/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ codeunit 149044 "AIT Test Context"
196196 end ;
197197
198198 // / <summary>
199- // / Sets the token consumption for the run. Useful if external calls are made outside of AI toolkit.
199+ // / Sets the token consumption for the method line run. Useful if external calls are made outside of AI toolkit.
200200 // / </summary>
201201 // / <param name="TokensUsed">Number of tokens used externally.</param>
202202 procedure SetTokenConsumption( TokensUsed: Integer )
Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ codeunit 149043 "AIT Test Context Impl."
411411 end ;
412412
413413 // / <summary>
414- // / Sets the token consumption for the run. Useful if external calls are made outside of AI toolkit.
414+ // / Sets the token consumption for the method line run. Useful if external calls are made outside of AI toolkit.
415415 // / </summary>
416416 // / <param name="TokensUsed">Number of tokens used externally.</param>
417417 internal procedure SetTokenConsumption( TokensUsed: Integer )
You can’t perform that action at this time.
0 commit comments