Skip to content
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

컨텐츠 Use-case Prompt 주입 전략 구조 리팩터링 #26

Open
loveysuby opened this issue Jul 23, 2024 · 0 comments
Open

컨텐츠 Use-case Prompt 주입 전략 구조 리팩터링 #26

loveysuby opened this issue Jul 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@loveysuby
Copy link
Member

loveysuby commented Jul 23, 2024

현재 ML Model client의 프롬프트 주입을 위한 구조는 아래와 같습니다.

  • UseCasePromptStrategy set : 작물명+콘텐츠 형식+콘텐츠 목적
  • 각각 카테고리의 조합을 통한 사용자 행위 중심의 프롬프트카테고리 별 행위 중심 프롬프트 로 전환합니다.
    • 컴포짓 객체를 통해 기존 PromptClient 객체의 전략을 구체적으로 정의할 수 있습니다.

Prompt Client for task AB = Category A - Description A + Category B - Description B
= Composite Prompt Object A+B

@loveysuby loveysuby added the enhancement New feature or request label Jul 23, 2024
@loveysuby loveysuby self-assigned this Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant