pub fn first_system_prompt(messages: &[ChatMessage]) -> Option<ChatMessage>Expand description
Find the first non-ephemeral System message (the system prompt).
pub fn first_system_prompt(messages: &[ChatMessage]) -> Option<ChatMessage>Find the first non-ephemeral System message (the system prompt).