

# Diretrizes e exemplos de criação de prompts do sistema
<a name="prompting-speech-speech"></a>

**nota**  
Esta documentação é para o Amazon Nova versão 1. Para ver o guia de engenharia de prompts do Amazon Nova 2 Speech-to-Speech, acesse [Prompts de conversa por voz](https://docs.aws.amazon.com/nova/latest/nova2-userguide/sonic-system-prompts.html).

O *prompt do sistema* determina a personalidade, o estilo e o conteúdo do assistente de conversação. Embora você não possa controlar os parâmetros de voz diretamente, você pode influenciar o quão natural e envolvente a interação falada pode parecer por meio do conteúdo gerado. Veja uma linha de base recomendada:

`You are a friend. You and the user will engage in a spoken dialog exchanging the transcripts of a natural real-time conversation.`

Os exemplos a seguir descrevem como você pode usar o prompt do sistema para afetar a saída do modelo de conversão de fala em fala.

**Exemplo: controlar o tamanho da resposta**  
Você também pode ajustar a verbosidade do modelo conversacional adicionando instruções específicas sobre o tamanho. Por exemplo, você pode fornecer um prompt que seja comunicativo com limites:

`You are a friend. You and the user will engage in a spoken dialog exchanging the transcripts of a natural real-time conversation. Keep your responses short, generally two or three sentences for chatty scenarios.`

Como alternativa, você pode fornecer um prompt que permita respostas mais detalhadas:

`You are a friend. You and the user will engage in a spoken dialog exchanging the transcripts of a natural real-time conversation. Provide thorough, detailed explanations when the topic requires it, though still maintaining a natural conversational flow.`

**Exemplo: bot de conversação**  
É possível orientar o modelo a se comunicar de uma maneira mais natural e humana durante conversas por turnos adicionando as instruções abaixo:

`As the agent, you'll be part of a spoken conversation with the user, following a sequence of user, agent, user, agent turns. When it's your turn to speak respond with a human touch, adding emotions, wit, playfulness, and empathy where it fits. Use simple, engaging, and helpful language.`

Seu prompt seria semelhante a:

`You are a friend. You and the user will engage in a spoken dialog exchanging the transcripts of a natural real-time conversation. As the agent, you'll be part of a spoken conversation with the user, following a sequence of user, agent, user, agent turns. When it's your turn to speak respond with a human touch, adding emotions, wit, playfulness, and empathy where it fits. Use simple, engaging, and helpful language.`