Cookie settings
We use essential cookies to keep you signed in and secure, and analytics cookies to improve the product. We never use them for ad tracking.Learn more
Building an AI agent? Start with /llms.txt for the full site index.
文件
透過 ai-tools/twmd_tools.json 讓 tool calling framework 讀取可用工具與 schema。
`ai-tools/twmd_tools.json` 提供工具名稱、輸入 schema、endpoint mapping、required plan、credits cost 與 example prompt。
可用於 OpenAI tool calling、LangChain tools 與 custom agent registry。
{ "name": "twse_daily_price", "endpoint": "/v2/datasets/twse-daily-price", "requiredPlan": "free", "creditsCost": 1}agent 可利用 manifest 先估算成本,再決定是否呼叫高成本資料集。
正式扣點仍以 gateway 回應與 server callback 規則為準。