AISmarteasy – 시맨틱 커널 포크로 개발하기 – Semantic Function – 3a4 – Semantic Kernel 샘플 프롬프트 – ChildrensBookSkill

아이들 책에 국한 된 부분들을 placeholder로 만들어, 책을 만드는 프롬프트 템플릿 작성을 시작할 수 있을 것 같다.

 

ChildrensBookPlugin – BookIdeas

based on a topic about {{$INPUT}},
create a list of {{$numIdeas}} ideas for a children’s book
the book title and a short description,
represented as a valid json string, as an array of [{ “title”: “the title”, “description”:”the short description” }]

사용자가 입력한 내용을 요약한다.

 

 

CreateBook

based on {{$INPUT}},
write me a children’s book with at most {{$numWordsPerPage}} words on
each page and a maximum of {{$numPages}} pages.
Return it in JSON using the following format: [{ “page”: 1, “content”:”the content of the page” }]
About the Author
(주)뉴테크프라임 대표 김현남입니다. 저에 대해 좀 더 알기를 원하시는 분은 아래 링크를 참조하세요. http://www.umlcert.com/kimhn/

Leave a Reply

*