Skip to content

[fix] AI 생성 메시지에 이모지가 포함되지 않도록 프롬프트 수정 #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

rokaf6444
Copy link
Contributor

변경 사항

AI 생성 메시지에 이모지가 포함되지 않도록 프롬프트를 수정했습니다.

테스트 실행

  • 👍 Yes
  • 🙅 No, Because they are not neaded
  • 🤯 No, Because I needed help with writing tests

테스트 결과

image

+α Checklist

  • 자바 코드 컨벤션을 지키면서 프로그래밍했는가?
  • 한 메서드에 오직 한 단계의 들여쓰기(indent)만 허용했는가?
  • else 예약어를 쓰지 않았는가?
  • 3개 이상의 인스턴스 변수를 가진 클래스를 구현하지 않았는가? (가능하면 인스턴스 변수의 수를 줄이기 위해 노력한다.)
  • setter 없이 구현했는가?
  • 메소드의 인자 수를 제한했는가? (4개 이상의 인자는 허용하지 않는다. 3개도 가능하면 줄이기 위해 노력해 본다.)
  • 코드 한 줄에 점(.)을 하나만 허용했는가?
  • 메소드가 한가지 일만 담당하도록 구현했는가?
  • 클래스를 작게 유지하기 위해 노력했는가?

@rokaf6444 rokaf6444 added the 🏷 Fix 버그 수정 label Nov 27, 2024
@rokaf6444 rokaf6444 self-assigned this Nov 27, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review by ChatGPT

Copy link
Contributor

@Enble Enble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rokaf6444 rokaf6444 merged commit 3340cbe into develop Nov 27, 2024
1 check passed
@rokaf6444 rokaf6444 deleted the fix/64 branch November 27, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷 Fix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] AI 생성 메시지에 이모지가 포함되지 않도록 프롬프트 수정
2 participants