Skip to main content

format_advisory_batch

Function format_advisory_batch 

Source
pub fn format_advisory_batch(notes: &[AdvisorNote]) -> String
Expand description
Unstable (feature: advisor) — may change or be removed
Render a batch of advisor notes as the agent-facing message body: one `` element per note, `severity` as an attribute (omitted for a plain nit), `guidance` always present. omp `formatAdvisorBatchContent`.