namespace LLama.Native; /// /// /// /// llama_chat_message public unsafe struct LLamaChatMessage { public byte* role; public byte* content; }