namespace YagizEraslan.DeepSeek.Unity
{
[System.Serializable]
public class ChatMessage
public string role;
public string content;
}