• 카테고리

    질문 & 답변
  • 세부 분야

    자연어 처리

  • 해결 여부

    해결됨

ChatPromptTemplate.from_messages(("ai", ...)) 질문

24.03.01 18:45 작성 조회수 99

1

ChatPromptTemplate.from_messages(("ai", ...))

에서 system과 human은 Context와 Role을 주는 역할인지 알겠는데 ai는 어떤 역할인가요 ?

답변 1

답변을 작성해보세요.

1

안녕하세요 정채진님,

ai 부분은 사용자 쿼리나 작업에 대한 자동 응답이라고 생각하시면 됩니다. 강의에서는 Multiple Chain이라 혼동이 될 수 있지만, https://python.langchain.com/docs/modules/model_io/chat/quick_start#messages 심플한 예제를 보시면 쉽게 이해되실 것 같습니다.

 

*Langchain에서의 정의는 이렇게 되어있습니다.

https://python.langchain.com/docs/modules/model_io/concepts#aimessage