Closed4

Semantic Kernel

laisolaiso

Simple Chat Summary App

CRAでGUIを作ってあるデモインターフェイス
OpenAIのAPI keyを入力するとダミー生成した会話データの要約をSKを通じて行う

本体は samples/dotnet/KernelHttpServer/ 以下

/api/skills/ConversationSummarySkill/invoke/SummarizeConversation のようなエンドポイントで
ConversationSummarySkillのSummarizeConversation関数が呼び出せるようにしてある

https://github.com/microsoft/semantic-kernel/blob/72ebfa244aabdca152bc6ae2da4ba4d0e900ec23/samples/dotnet/KernelHttpServer/SemanticKernelEndpoint.cs#L54-L63

https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/SemanticKernel/CoreSkills/SemanticFunctionConstants.cs

中身は英語でプロンプトが定義してある(LangChainと同じ)

このスクラップは2023/08/31にクローズされました