siumai 0.10.3

A unified LLM interface library for Rust
Documentation
1
2
3
4
5
6
7
8
//! Analysis Tools
//!
//! This module provides various analysis tools for AI model responses,
//! including thinking content analysis, performance metrics, and more.

pub mod thinking;

pub use thinking::{PatternType, ReasoningPattern, ThinkingAnalysis, analyze_thinking_content};