Skip to main content

Module analyze

Module analyze 

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

EmailAnalysis
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.