MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Coding-With-Ashish opened this issue · comments

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 ?