fix: AI 챗봇 응답을 JSON 기반 답변 그대로 사용하도록 수정#176
Merged
jeemin65-pixel merged 1 commit intodevelopfrom Jan 7, 2026
Merged
Conversation
jong15325
approved these changes
Jan 7, 2026
| .user(query) | ||
| .call() | ||
| .content(); | ||
| 너의 작업은 "복사-붙여넣기"이다. |
Contributor
Author
There was a problem hiding this comment.
네 맞습니다 LLM 에게 시스템 프롬프트로 동작 규칙을 명령하는 코드입니다!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝요약(Summary)
이슈 번호 : #번호
🔨변경 사항(Changes)
-DefaultChatApi 에서 시스템 프롬프트 수정 (챗봇이 JSON 답변을 가공하지 않고, 그대로 답변하도록 강제)
-OpenAICustomAdvisor 에서 챗봇이 스스로 답변을 재구성하지 못하게 하고, JSON 답변만 가져오게 하기 위해 contextText 를 %s 로만 설정
😉리뷰 요구사항