Module ai

Source
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§

cache
factory
AI 客戶端工廠,用於根據配置建立對應提供商實例
openai
prompts
retry

Structs§

AiResponse
AI 回應內容及使用統計
AiUsageStats
AI 使用統計資訊
AnalysisRequest
分析請求結構
ConfidenceScore
信心度分數
ContentSample
字幕內容採樣
FileMatch
單筆檔案匹配資訊
MatchResult
匹配結果
VerificationRequest
驗證請求結構

Traits§

AIProvider
AI 提供商 Trait 定義