项目文件夹

文件
2026-07-13 12:38:34 +08:00

21 行
594 B
JSON

此文件含有模棱两可的 Unicode 字符
此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
/**
* Wrangler config for the OpenAI × Composio Workers example.
* https://developers.cloudflare.com/workers/wrangler/configuration/
*/
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "openai-composio-example",
"main": "src/cloudflare.ts",
"compatibility_date": "2025-06-20",
"compatibility_flags": ["nodejs_compat"],
"observability": {
"enabled": true,
},
/**
* COMPOSIO_API_KEY and OPENAI_API_KEY are provided as Worker secrets, not
* committed here:
* wrangler secret put COMPOSIO_API_KEY
* wrangler secret put OPENAI_API_KEY
*/
}