Expand description
Full email analysis — category, summary, entities, intent, action deadline.
The analysis prompt is fixed (revision: PROMPT_VERSION) and outputs
Simplified Chinese for all natural-language fields regardless of source
language. Bump PROMPT_VERSION when changing the prompt so that
consumers can detect stored analyses produced by old prompts and decide
whether to re-analyze.
Structs§
- Email
Analysis - Full analysis result.
Constants§
- PROMPT_
VERSION - Current prompt revision — bump when the system prompt changes so that consumers can trigger re-analysis of stored results.
Functions§
- analyze_
email - Analyze an email using the supplied
LlmProvider.