> ## Documentation Index
> Fetch the complete documentation index at: https://cndoc-langchain.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 设置反馈标准

<Tip>
  **推荐阅读**

  在深入阅读本内容之前，建议先阅读以下内容：

  * [关于追踪与反馈的概念指南](/langsmith/observability-concepts)
  * [关于反馈数据格式的参考指南](/langsmith/feedback-data-format)
</Tip>

反馈标准在应用中以反馈标签的形式呈现。对于人工反馈，您可以将新的反馈标准设置为连续反馈或分类反馈。

<Info>
  您也可以通过 SDK 以编程方式管理反馈配置。请参阅[通过 SDK 管理反馈与标注队列](/langsmith/annotation-queues-sdk)。
</Info>

要设置新的反馈标准，请[点击此链接](https://smith.langchain.com/settings/workspaces/feedbacks)查看您工作区的所有现有标签，然后点击 **新建标签**。

## 连续反馈

对于连续反馈，您可以输入反馈标签名称，然后选择最小值和最大值。此范围内的每个值（包括浮点数）都将被接受为反馈分数。

<img src="https://mintcdn.com/other-405835d4/jwwDDYly65_K9YMB/langsmith/images/cont-feedback.png?fit=max&auto=format&n=jwwDDYly65_K9YMB&q=85&s=9b9e7306723555a8e83d240940f7b661" alt="连续反馈" width="350" height="529" data-path="langsmith/images/cont-feedback.png" />

## 分类反馈

对于分类反馈，您可以输入反馈标签名称，然后添加一个类别列表，每个类别对应一个分数。当您提供反馈时，可以选择其中一个类别作为反馈分数。
类别标签和分数将分别记录在反馈的 `value` 和 `score` 字段中。

<img src="https://mintcdn.com/other-405835d4/U_V3brHb6y_62TSF/langsmith/images/cat-feedback.png?fit=max&auto=format&n=U_V3brHb6y_62TSF&q=85&s=4414db24339a24369ae35ebe203d578c" alt="分类反馈" width="470" height="465" data-path="langsmith/images/cat-feedback.png" />

***

<div className="source-links">
  <Callout icon="terminal-2">
    [连接这些文档](/use-these-docs)到 Claude、VSCode 等，通过 MCP 获取实时答案。
  </Callout>

  <Callout icon="edit">
    [在 GitHub 上编辑此页面](https://github.com/langchain-ai/docs/edit/main/src/langsmith/set-up-feedback-criteria.mdx) 或 [提交问题](https://github.com/langchain-ai/docs/issues/new/choose)。
  </Callout>
</div>
