Challenge 05 - Prompt as Plugin

May 12, 2025 ยท View on GitHub

< Previous Challenge - Home -

Challenge 05 - Prompt as Plugin

This project demonstrates the integration of a Java Semantic Kernel with the PROMPT plugin. The Semantic Kernel is designed to facilitate natural language processing tasks, while the PROMPT plugin enhances its capabilities by providing advanced prompt engineering features.

:Features

  • Natural Language Processing: Leverage the power of the Semantic Kernel for various NLP tasks.
  • Prompt Engineering: Utilize the PROMPT plugin to create, manage, and optimize prompts for different use cases.
  • Extensibility: Easily extend the kernel with additional plugins and custom functionalities.

Description

  • Use the URL (http://localhost:3000) and submit the prompt

      I need some recipes made up Avocado and Black Bean
    

File in used

  • Prompt file name : Springboot-SK-Sample\src\main\resources\promptconfig\food\skprompt.txt
  • Configuration file name : Springboot-SK-Sample\src\main\resources\promptconfig\food\config.json

implementation class

Springboot-SK-Sample\src\main\java\com\sk\chapters\chapter5.java

< Previous Challenge - Home