

# 语音思维链
<a name="prompting-speech-bp-reasoning"></a>

**注意**  
本文档适用于 Amazon Nova 版本 1。有关 Amazon Nova 2 语音到语音的提示工程指南，请访问[语音对话提示](https://docs.aws.amazon.com/nova/latest/nova2-userguide/sonic-system-prompts.html)。

[思维链推理技术](https://docs.aws.amazon.com/nova/latest/userguide/prompting-chain-of-thought.html)仍然很有价值，但需要适应。
+ 将推理链设置为比文本交互的推理链短。
+ 将复杂的解释分成较小的对话块。
+ 使用比文本更明确的口头提示（如“第一点……第二点……”）。

下面是一个思路链提示示例：

`You are a friendly assistant. The user will give you a problem. Explain your reasoning following the guidelines given in CONSTITUTION - REASONING, and summarize your decision at the end of your response, in one sentence.`

`## CONSTITUTION - REASONING `

`1. For simple questions including simple calculations or contextual tasks: Give the answer directly. No explanation is necessary, although you can offer to provide more information if the user requests it. `

`2. When faced with complex problems or decisions, think through the steps systematically before providing your answer. Break down your reasoning process when it would help user understanding.`

`3. For subjective matters or comparisons: explain your thought process step-by-step.`