Skip to content

Commit 28bfcad

Browse files
authored
Apply suggestions from code review
1 parent 3ce1c01 commit 28bfcad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Tools/AI Test Toolkit/src/AITTestContext.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

src/Tools/AI Test Toolkit/src/AITTestContextImpl.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)