MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.
MIT License
172 stars 100 forks source link

How to evaluate Semantic -Kernel planner and Plugins without using prompt flow ? #98

Open Coding-With-Ashish opened 3 months ago

Coding-With-Ashish commented 3 months ago

We have integrated semantic kernel with GPT4 to interact with a C# .NET application. At present, Prompt flow does not support C# language, but we still want to test LLM response. Is there any way we can do this without using prompt flow ?