package
Version:
v2.15.0
Opens a new window with list of versions in this module.
Published: Sep 20, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
Role string `yaml:"role"`
Text string `yaml:"text"`
}
type Prompt struct {
Source string `yaml:"source"`
Version string `yaml:"version"`
License string `yaml:"license"`
LicenseURL string `yaml:"licenseUrl"`
Messages []Message `yaml:"messages"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.