forked from Shinonome/dots-hyprland
provide basic descriptions for services
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import "root:/modules/common"
|
||||
import QtQuick;
|
||||
|
||||
/**
|
||||
* Represents a message in an AI conversation. (Kind of) follows the OpenAI API message structure.
|
||||
*/
|
||||
QtObject {
|
||||
property string role
|
||||
property string content
|
||||
|
||||
Reference in New Issue
Block a user