This repository was archived by the owner on Mar 18, 2026. It is now read-only.
feat: 新增 yida-query-data 技能,支持查询宜搭表单实例数据#145
Closed
ElZe98 wants to merge 6 commits intoopenyida:mainfrom
Closed
Conversation
- SKILL.md: 新增 QPS 限流说明(宜搭 40 次/秒,遇限流 sleep 1 秒重试) - query-data.py: 添加自动重试逻辑(max_retries=3,遇到 429 自动等待 1 秒) - test-query-data.py: 同步更新重试逻辑
- 新增 299 行详细文档,涵盖 15+ 种字段类型的查询格式 - 包含字段类型速查表、操作符说明、多条件组合示例 - 添加常见错误排查和字段 ID 获取方法 - SKILL.md: 更新搜索条件格式为数组格式,添加快速参考和文档链接
Contributor
|
感谢贡献!🙏 仓库已迁移通知: 已合并到 openyida/openyida,yida-skills 目录现在作为 openyida npm 包的一部分统一维护。 请将此 PR 的改动重新提交到新仓库:👉 https://github.com/openyida/openyida/pulls 新仓库的 yida-skills 目录结构与原仓库保持一致,提交方式相同。感谢理解与支持! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增功能
新增
yida-query-data技能,用于查询宜搭表单实例数据。功能特性
使用方式