使用 Thinking Claude 可以参考以下方法:
��是一个例子:|Role|Content|<br>|-|-|<br>|User|Use the following clues to answer the multiple-choice question below,using this procedure:使用以下线索来回答下面的多项选择题,使用以下步骤:1.Go through the clues one by one and consider whether each is potentially relevant 1.逐一查看线索,并考虑每个线索是否有潜在相关性2.Combine the relevant clues to reason out the answer to the question 2.结合相关线索来推理出问题的答案3.Map the answer to one of the multiple choice options:|By outlining a clear
[1.Intro to prompting提示简介](https://waytoagi.feishu.cn/wiki/APIqwB5yEiNLeZkIxV2cAQ4hnTe)[2.Prompt engineering提示工程](https://waytoagi.feishu.cn/wiki/BnxjwtMrHi5yDPkPe4JcZHIRnzf)[3.Be clear & direct言之有物,直截了当](https://waytoagi.feishu.cn/wiki/MHiDwRyohiJj5ykS6C7cW13WnSi)[4.Use examples使用例子](https://waytoagi.feishu.cn/wiki/KVldwyEtDixlLvkxFwEcRogenkb)[5.Give Claude a role给克劳德一个角色](https://waytoagi.feishu.cn/wiki/LtRcwgtJQiWrYxkIwp3cqixLnQh)[6.Use XML tags使用XML标签](https://waytoagi.feishu.cn/wiki/Mo2hwgRYei0SArkUIbGcEcKnnkc)[7.Chain prompts链式提示](https://waytoagi.feishu.cn/wiki/FS0Ww2c4liqLPgkx009c94rRnBd)[8.Let Claude think让克劳德思考](https://waytoagi.feishu.cn/wiki/LS4pwjeSJiinfJk6JPFcRTpPnQD)[9.Prefill Claude's response预先填写克劳德的回答](https://waytoagi.feishu.cn/wiki/AqNVwtBn8i47T3ksmQRcDDUQnpf)
To make it easier to separate Claude's step-by-step reasoning from its final response,consider using XML tags like <thinking> and <answer>.You can instruct Claude to place its thought process inside <thinking> tags and its ultimate answer within <answer> tags.为了更容易将克劳德的逐步推理与最终响应分开,考虑使用XML标签,如<thinking>和<answer>。您可以指示克劳德将其思维过程放在<thinking>标签内,并将其最终答案放在<answer>标签内。Here's an example prompt with this method:以下是使用此方法的示例提示:|Role|Content|<br>|-|-|<br>|User|[Rest of prompt]Before answering the question,please think about it step-by-step within <thinking></thinking> tags.Then,provide your final answer within <answer></answer> tags.<br>[Rest of prompt]在回答问题之前,请在<thinking></thinking>标签内逐步考虑。然后,在<answer></answer>标签内提供最终答案。|You can even prefill the <thinking> tag in the Assistant role to guide Claude as to where to begin:您甚至可以在助手角色中预填<thinking>标记,以指导克劳德从何处开始:|Role|Content|<br>|-|-|<br>|Assistant(prefill)助手(预先填充)|<thinking>|Claude will then complete its thought process within the tags and provide its final answer:克劳德将在标签内完成其思考过程,并给出最终答案:Using tags makes it simple to extract just the final answer within <answer></answer> tags during post-processing if desired.使用标签使得在后期处理时,如果需要的话,可以简单地提取<answer></answer>标签中的最终答案。