get-infoq-news
Fetch enterprise-level technical insights and developer updates from InfoQ, including software development, architecture design, cloud computing, and AI trends.
Instructions
获取 InfoQ 技术资讯,包含软件开发、架构设计、云计算、AI等企业级技术内容和前沿开发者动态
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region | No | cn |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"region": {
"default": "cn",
"enum": [
"cn",
"global"
],
"type": "string"
}
},
"type": "object"
}