Skip to content

智能体相关:新增「查看智能体列表、「查看智能体配置」接口,均支持草稿态和已发布。旧接口「查看已发布智能体列表」以及「获取已发布智能体配置」即将在 7 月下线,请及时迁移Feature new apis #263

智能体相关:新增「查看智能体列表、「查看智能体配置」接口,均支持草稿态和已发布。旧接口「查看已发布智能体列表」以及「获取已发布智能体配置」即将在 7 月下线,请及时迁移Feature new apis

智能体相关:新增「查看智能体列表、「查看智能体配置」接口,均支持草稿态和已发布。旧接口「查看已发布智能体列表」以及「获取已发布智能体配置」即将在 7 月下线,请及时迁移Feature new apis #263

Workflow file for this run

name: Required Labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: minimum
count: 1
labels: |
feature
enhancement
fix
bugfix
bug
chore
documentation
add_comment: true
message: "Requires label: feature, enhancement, fix, bugfix, bug, chore, documentation."