---
{
  "id": "platform.expert.overview",
  "topic": "expert",
  "title": "Expert Hub 探索與價格上限提問",
  "locale": "zh-TW",
  "version": "2026-08-25",
  "summary": "Expert Hub 讓 Agent 探索已發佈專家；只有 live quote 不超過呼叫者提供的硬性點數上限時，才會執行提問。",
  "content": "`list_experts` 瀏覽已發佈 Experts，`get_expert` 讀取單一已發佈專家的 detail projection 與目前價格資訊，`list_models` 說明 managed Experts 可用模型。Expert authoring state 是另一個 creator surface。Expert Actions 只可在 private conversation 使用；public 與 restricted conversation 會 fail closed。\n\n`ask_expert` 必須提供 `expertId`、1–2000 字元的 `question` 與 `maxPricePoints`。伺服器會在任何 reserve debit 前計算 live cost quote；若 `costQuote.grossPoints` 高於 ceiling，就回 `EXPERT_PRICE_CEILING_EXCEEDED` 且完全不扣點。即使 free trial 可能讓最後費用為零，仍要提供 ceiling，避免價格或 trial state 改變後靜默超出呼叫者核准範圍。這個 Action 不要求 confirmation，因 ceiling 本身就是花費授權，但使用 Strict drift policy。\n\n已發佈 Expert 必須有有效正價格，owner 也要有足夠 cost budget。提問使用者必須接受目前 Expert disclaimer；Expert owner 要用 creator preview，不能向自己購買。非免費提問只扣 PaidOnly API-credit points；provider 初始化、stream 或 finalization 失敗時會退回 reserve。Managed answer 與 retrieval embeddings 都走 LlmGateway。Action 會完整消費 server stream，回傳 final answer、ask ID 與 retrieval coverage；live typed error 永遠高於本卡。\n",
  "aliases": [
    "Expert Hub",
    "尋找專家",
    "付費專家",
    "向專家提問",
    "專家價格",
    "maxPricePoints"
  ],
  "tags": [
    "expert",
    "discovery",
    "pricing",
    "paid-only",
    "safety"
  ],
  "relatedActions": [
    "arinova.expert.list_experts",
    "arinova.expert.get_expert",
    "arinova.expert.list_models",
    "arinova.expert.ask_expert"
  ],
  "relatedActionPrefixes": [
    "arinova.expert."
  ],
  "url": "https://docs.arinova.ai/zh-tw/kb/expert/overview/"
}
---

`list_experts` 瀏覽已發佈 Experts，`get_expert` 讀取單一已發佈專家的 detail projection 與目前價格資訊，`list_models` 說明 managed Experts 可用模型。Expert authoring state 是另一個 creator surface。Expert Actions 只可在 private conversation 使用；public 與 restricted conversation 會 fail closed。

`ask_expert` 必須提供 `expertId`、1–2000 字元的 `question` 與 `maxPricePoints`。伺服器會在任何 reserve debit 前計算 live cost quote；若 `costQuote.grossPoints` 高於 ceiling，就回 `EXPERT_PRICE_CEILING_EXCEEDED` 且完全不扣點。即使 free trial 可能讓最後費用為零，仍要提供 ceiling，避免價格或 trial state 改變後靜默超出呼叫者核准範圍。這個 Action 不要求 confirmation，因 ceiling 本身就是花費授權，但使用 Strict drift policy。

已發佈 Expert 必須有有效正價格，owner 也要有足夠 cost budget。提問使用者必須接受目前 Expert disclaimer；Expert owner 要用 creator preview，不能向自己購買。非免費提問只扣 PaidOnly API-credit points；provider 初始化、stream 或 finalization 失敗時會退回 reserve。Managed answer 與 retrieval embeddings 都走 LlmGateway。Action 會完整消費 server stream，回傳 final answer、ask ID 與 retrieval coverage；live typed error 永遠高於本卡。
