autogen/dotnet/test/AutoGen.SemanticKernel.Tests/ApprovalTests/KernelFunctionExtensionTests.ItCreateFunctionContractsFromPrompt.approved.txt
Xiaoyun Zhang 374270f9c7
[.Net] Add KernelPluginMiddleware in AutoGen.SemanticKernel (#2595)
* add kernel function middleware

* update

* fix format

* fix build error
2024-05-09 22:36:20 +00:00

8 lines
144 B
Plaintext

[
{
"Name": "sayHello",
"Description": "Generic function, unknown purpose",
"Parameters": [],
"ReturnDescription": ""
}
]