Expand description
SubX AI 服務模組
Re-exports§
pub use cache::AICache;pub use factory::AIClientFactory;pub use openai::OpenAIClient;pub use retry::RetryConfig;pub use retry::retry_with_backoff;
Modules§
Structs§
- AiResponse
- AI 回應內容及使用統計
- AiUsage
Stats - AI 使用統計資訊
- Analysis
Request - 分析請求結構
- Confidence
Score - 信心度分數
- Content
Sample - 字幕內容採樣
- File
Match - 單筆檔案匹配資訊
- Match
Result - 匹配結果
- Verification
Request - 驗證請求結構
Traits§
- AIProvider
- AI 提供商 Trait 定義