# Microsoft Prompt Engine - LLM용 프롬프트 생성을 도와주는 라이브러리

> Clean Markdown view of GeekNews topic #8517. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8517](https://news.hada.io/topic?id=8517)
- GeekNews Markdown: [https://news.hada.io/topic/8517.md](https://news.hada.io/topic/8517.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-02-20T10:17:01+09:00
- Updated: 2023-02-20T10:17:01+09:00
- Original source: [github.com/microsoft](https://github.com/microsoft/prompt-engine)
- Points: 14
- Comments: 0

## Topic Body

- 프롬프트 생성 및 관리를 도와주는 NPM 유틸리티 라이브러리  
- PromptEngine, CodeEngine, ChatEngine 제공   
- CodeEngine   
  - 기본 작업 설명과 언어를 지정하고, 입력/출력 예제를 입력으로 제공   
  - 쿼리를 입력하면 프롬프트를 생성 해줌   
  - 멀티 턴 시나리오의 경우 기존 코드를 쿼리에 인터랙션으로 추가 가능   
- ChatEngine   
  - 채팅을 위한 사용자 이름과 봇 이름을 입력값으로 제공   
  - 예제 대화들을 입력해서 프롬프트 생성   
- 기존 대화 최대 토큰수 제어 가능

## Comments



_No public comments on this page._
