From bf6398a9a41e389dfa958ffecc63ac7ca2a58c9d Mon Sep 17 00:00:00 2001 From: Xiaodi Yan Date: Sun, 6 Apr 2025 13:22:22 +1200 Subject: [PATCH] Update MultipleFunctionsVsParameters.cs --- .../Concepts/FunctionCalling/MultipleFunctionsVsParameters.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/samples/Concepts/FunctionCalling/MultipleFunctionsVsParameters.cs b/dotnet/samples/Concepts/FunctionCalling/MultipleFunctionsVsParameters.cs index 9e023d281745..1cf7b0a3fb6b 100644 --- a/dotnet/samples/Concepts/FunctionCalling/MultipleFunctionsVsParameters.cs +++ b/dotnet/samples/Concepts/FunctionCalling/MultipleFunctionsVsParameters.cs @@ -131,7 +131,7 @@ public IEnumerable SearchByCustomerName([Description("The customer name [KernelFunction] [Description("Search for invoices by purchase order.")] - public IEnumerable SearchByPurchaseOrder([Description("The purchase order. Purchase orders begin with a PN prefix.")] string purchaseOrder) + public IEnumerable SearchByPurchaseOrder([Description("The purchase order. Purchase orders begin with a PO prefix.")] string purchaseOrder) { return [