|
@@ -0,0 +1,200 @@
|
|
|
+identity:
|
|
|
+ name: searchStackExQuestions
|
|
|
+ author: Richards Tu
|
|
|
+ label:
|
|
|
+ en_US: Search Stack Exchange Questions
|
|
|
+ zh_Hans: 搜索Stack Exchange问题
|
|
|
+description:
|
|
|
+ human:
|
|
|
+ en_US: A tool for searching questions on a Stack Exchange site. Specify the search query, sorting order, tags to include or exclude, whether to search only for questions with accepted answers, the Stack Exchange site, and number of results per page.
|
|
|
+ zh_Hans: 在Stack Exchange站点上搜索问题的工具。指定搜索查询、排序顺序、要包含或排除的标签、是否仅搜索有已接受答案的问题、Stack Exchange站点以及每页结果数。
|
|
|
+ llm: A tool for searching questions on a Stack Exchange site based on the provided parameters.
|
|
|
+parameters:
|
|
|
+ - name: intitle
|
|
|
+ type: string
|
|
|
+ required: true
|
|
|
+ label:
|
|
|
+ en_US: Search query
|
|
|
+ zh_Hans: 搜索查询
|
|
|
+ human_description:
|
|
|
+ en_US: The search query to use for finding questions.
|
|
|
+ zh_Hans: 用于查找问题的搜索查询。
|
|
|
+ llm_description: The search query to use.
|
|
|
+ form: llm
|
|
|
+ - name: sort
|
|
|
+ type: string
|
|
|
+ required: true
|
|
|
+ label:
|
|
|
+ en_US: Sort order
|
|
|
+ zh_Hans: 排序
|
|
|
+ human_description:
|
|
|
+ en_US: The sort order for the search results - relevance, activity, votes, or creation date.
|
|
|
+ zh_Hans: 搜索结果的排序顺序 - 相关性、活动、投票或创建日期。
|
|
|
+ llm_description: The sort order - relevance, activity, votes, or creation.
|
|
|
+ form: llm
|
|
|
+ - name: order
|
|
|
+ type: string
|
|
|
+ required: true
|
|
|
+ label:
|
|
|
+ en_US: Sort direction
|
|
|
+ zh_Hans: 排序方向
|
|
|
+ human_description:
|
|
|
+ en_US: The direction to sort - ascending or descending.
|
|
|
+ zh_Hans: 排序方向 - 升序或降序。
|
|
|
+ llm_description: asc for ascending, desc for descending.
|
|
|
+ form: llm
|
|
|
+ - name: site
|
|
|
+ type: string
|
|
|
+ required: true
|
|
|
+ label:
|
|
|
+ en_US: Stack Exchange site
|
|
|
+ zh_Hans: Stack Exchange 站点
|
|
|
+ human_description:
|
|
|
+ en_US: The Stack Exchange site to search, e.g. stackoverflow, unix, etc.
|
|
|
+ zh_Hans: 要搜索的Stack Exchange站点,例如stackoverflow、unix等。
|
|
|
+ llm_description: The Stack Exchange site identifier.
|
|
|
+ options:
|
|
|
+ - value: stackoverflow
|
|
|
+ label:
|
|
|
+ en_US: stackoverflow
|
|
|
+ - value: serverfault
|
|
|
+ label:
|
|
|
+ en_US: serverfault
|
|
|
+ - value: superuser
|
|
|
+ label:
|
|
|
+ en_US: superuser
|
|
|
+ - value: askubuntu
|
|
|
+ label:
|
|
|
+ en_US: askubuntu
|
|
|
+ - value: unix
|
|
|
+ label:
|
|
|
+ en_US: unix
|
|
|
+ - value: cs
|
|
|
+ label:
|
|
|
+ en_US: cs
|
|
|
+ - value: softwareengineering
|
|
|
+ label:
|
|
|
+ en_US: softwareengineering
|
|
|
+ - value: codegolf
|
|
|
+ label:
|
|
|
+ en_US: codegolf
|
|
|
+ - value: codereview
|
|
|
+ label:
|
|
|
+ en_US: codereview
|
|
|
+ - value: cstheory
|
|
|
+ label:
|
|
|
+ en_US: cstheory
|
|
|
+ - value: security
|
|
|
+ label:
|
|
|
+ en_US: security
|
|
|
+ - value: cryptography
|
|
|
+ label:
|
|
|
+ en_US: cryptography
|
|
|
+ - value: reverseengineering
|
|
|
+ label:
|
|
|
+ en_US: reverseengineering
|
|
|
+ - value: datascience
|
|
|
+ label:
|
|
|
+ en_US: datascience
|
|
|
+ - value: devops
|
|
|
+ label:
|
|
|
+ en_US: devops
|
|
|
+ - value: ux
|
|
|
+ label:
|
|
|
+ en_US: ux
|
|
|
+ - value: dba
|
|
|
+ label:
|
|
|
+ en_US: dba
|
|
|
+ - value: gis
|
|
|
+ label:
|
|
|
+ en_US: gis
|
|
|
+ - value: webmasters
|
|
|
+ label:
|
|
|
+ en_US: webmasters
|
|
|
+ - value: arduino
|
|
|
+ label:
|
|
|
+ en_US: arduino
|
|
|
+ - value: raspberrypi
|
|
|
+ label:
|
|
|
+ en_US: raspberrypi
|
|
|
+ - value: networkengineering
|
|
|
+ label:
|
|
|
+ en_US: networkengineering
|
|
|
+ - value: iot
|
|
|
+ label:
|
|
|
+ en_US: iot
|
|
|
+ - value: tor
|
|
|
+ label:
|
|
|
+ en_US: tor
|
|
|
+ - value: sqa
|
|
|
+ label:
|
|
|
+ en_US: sqa
|
|
|
+ - value: mathoverflow
|
|
|
+ label:
|
|
|
+ en_US: mathoverflow
|
|
|
+ - value: math
|
|
|
+ label:
|
|
|
+ en_US: math
|
|
|
+ - value: mathematica
|
|
|
+ label:
|
|
|
+ en_US: mathematica
|
|
|
+ - value: dsp
|
|
|
+ label:
|
|
|
+ en_US: dsp
|
|
|
+ - value: gamedev
|
|
|
+ label:
|
|
|
+ en_US: gamedev
|
|
|
+ - value: robotics
|
|
|
+ label:
|
|
|
+ en_US: robotics
|
|
|
+ - value: genai
|
|
|
+ label:
|
|
|
+ en_US: genai
|
|
|
+ - value: computergraphics
|
|
|
+ label:
|
|
|
+ en_US: computergraphics
|
|
|
+ form: form
|
|
|
+ - name: tagged
|
|
|
+ type: string
|
|
|
+ required: false
|
|
|
+ label:
|
|
|
+ en_US: Include tags
|
|
|
+ zh_Hans: 包含标签
|
|
|
+ human_description:
|
|
|
+ en_US: A semicolon-separated list of tags that questions must have.
|
|
|
+ zh_Hans: 问题必须具有的标签的分号分隔列表。
|
|
|
+ llm_description: Semicolon-separated tags to include. Leave blank if not needed.
|
|
|
+ form: llm
|
|
|
+ - name: nottagged
|
|
|
+ type: string
|
|
|
+ required: false
|
|
|
+ label:
|
|
|
+ en_US: Exclude tags
|
|
|
+ zh_Hans: 排除标签
|
|
|
+ human_description:
|
|
|
+ en_US: A semicolon-separated list of tags to exclude from the search.
|
|
|
+ zh_Hans: 从搜索中排除的标签的分号分隔列表。
|
|
|
+ llm_description: Semicolon-separated tags to exclude. Leave blank if not needed.
|
|
|
+ form: llm
|
|
|
+ - name: accepted
|
|
|
+ type: boolean
|
|
|
+ required: true
|
|
|
+ label:
|
|
|
+ en_US: Has accepted answer
|
|
|
+ zh_Hans: 有已接受的答案
|
|
|
+ human_description:
|
|
|
+ en_US: Whether to limit to only questions that have an accepted answer.
|
|
|
+ zh_Hans: 是否限制为只有已接受答案的问题。
|
|
|
+ llm_description: true to limit to only questions with accepted answers, false otherwise.
|
|
|
+ form: llm
|
|
|
+ - name: pagesize
|
|
|
+ type: number
|
|
|
+ required: true
|
|
|
+ label:
|
|
|
+ en_US: Results per page
|
|
|
+ zh_Hans: 每页结果数
|
|
|
+ human_description:
|
|
|
+ en_US: The number of results to return per page.
|
|
|
+ zh_Hans: 每页返回的结果数。
|
|
|
+ llm_description: The number of results per page.
|
|
|
+ form: llm
|