pub fn extend_ai_function(
ai_func: fn(_: &str) -> &'static str,
func_input: &str,
) -> Message
Expand description
Extends an AI function by formatting the input and creating a system message. This function prepares a message in the format expected by GPT models.