

# 프롬프트의 섹션에 초점 맞추기
<a name="prompting-bring-focus"></a>

Amazon Nova 2 모델은 섹션별로 지침을 구성한 다음 해당 섹션을 참조하여 프롬프트의 특정 부분에 주의를 기울일 수 있습니다. 마크다운, XML 또는 기타 구조를 사용하여 프롬프트에 명확한 섹션 구분이 있는 경우 모델은 주의를 기울일 수 있습니다. 예를 들어, 섹션 이름을 정의하고 `##Section Name##`을 사용한 다음 프롬프트에서 `##Section Name##`을 사용하여 해당 섹션을 참조할 수 있습니다.

또한 이 전략을 활용하여 모델이 생성된 응답에서 입력 프롬프트의 일부를 공개하지 못하도록 제한할 수 있습니다. 예를 들어 입력 프롬프트에 퓨샷 예제나 지침을 제공할 때 `##Instructions##` 또는 `##Examples##`와 같은 구분 기호와 새 줄 바꿈 기호를 사용하고 `DO NOT mention anything inside the ##Instructions## or ##Examples## in the response`와 같은 강력한 지침을 제공하여 모델이 이 섹션의 입력 프롬프트 콘텐츠를 출력에서 ​​그대로 반복하지 않도록 합니다.

## 예: 섹션 구분
<a name="focus-collapsible"></a>

사용자:

```
You're an expert Prompts creator. Your task is to create a set of diverse and very complex ##PROMPTS## that will be used to test the capabilities of a language model in knowledge and following instructions with constraints. Please create 10 ##PROMPTS##. You must strictly follow ##GUIDELINES##:

##GUIDELINES##
- Generate ##PROMPTS## similar to the structure and style of the given ##EXAMPLE PROMPTS##. Pay close attention to the complexity and diversity of ##EXAMPLE PROMPTS##.
- Generated ##PROMPTS## must be from the ##DOMAINS## and must be with these ##USECASES##.
- Each of the ##PROMPTS## needs to be unique and very complex. 
- Each of the ##PROMPTS## must have more than 4 sentences and 1 constraint.
- Each of the ##PROMPTS## should have at least 70 words.
- Each of the ##PROMPTS## should have an answer that can be written in text.
- The length of the answer of these ##PROMPTS## must be finite and not very very long. 
- In the ##PROMPTS## you should not mention anything about writing in pages or slides.
- Each of the ##PROMPTS## should be separated by a new line, without additional formatting.

Generated ##PROMPTS## must be from the following ##DOMAINS##
##DOMAINS##
{domains}

Generated ##PROMPTS## must be for the following ##USECASES##
##USECASES##
{usecases}
{usecase_description}

##PROMPTS##
```