We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefb157 commit 05e9301Copy full SHA for 05e9301
test/SemanticKernel.DashScope.UnitTest/Cases.cs
@@ -55,7 +55,7 @@ public static class Cases
55
56
public static KernelFunction NormalFunction(Action method)
57
=> KernelFunctionFactory.CreateFromMethod(
58
- (string _) =>
+ (string location) =>
59
{
60
method();
61
return "Weather";
0 commit comments