Skip to content

Commit

Permalink
remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrandvd committed Dec 30, 2023
1 parent 8b48b7a commit 0d984ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/skUnit/Scenarios/Parsers/ChatScenarioParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,11 @@ private static bool PackBlock(ChatScenario scenario, string newBlock, ref string
}
}



scenario.ChatItems.Last().FunctionCalls.Add(new FunctionCall()
{
FunctionName = function,
Arguments = arguments
});// = contentText;
});
}
else if (currentBlock == "CHECK")
{
Expand Down

0 comments on commit 0d984ca

Please sign in to comment.