ResponseChatEvent constructor
ResponseChatEvent(
- GroqResponse response,
- GroqUsage usage
Implementation
ResponseChatEvent(this.response, this.usage);
ResponseChatEvent(this.response, this.usage);