

# Dar ênfase às seções do prompt
<a name="prompting-bring-focus"></a>

Os modelos do Amazon Nova 2 podem prestar atenção a partes específicas no prompt formatando as instruções em seções e, então, fazendo referência a essas seções específicas. O modelo é capaz de ficar atento se os prompts têm uma delimitação de seções clara usando markdown, XML ou outra estrutura. Por exemplo, você pode definir o nome da seção, usar `##Section Name##` e depois se referir a essa seção em seu prompt com `##Section Name##`.

Você também pode usar essa estratégia para restringir o modelo de revelar partes do prompt de entrada na resposta gerada. Por exemplo, ao fornecer instruções ou exemplos few-shot no prompt de entrada, use delimitadores como `##Instructions##` ou `##Examples##` com um separador de nova linha e forneça instruções fortes como `DO NOT mention anything inside the ##Instructions## or ##Examples## in the response` para que o modelo não regurgite o conteúdo do prompt de entrada dessas seções em sua saída.

## Exemplo: delimitação de seções
<a name="focus-collapsible"></a>

Usuário:

```
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##
```