package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jul 11, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AIRequest struct {
Prompt string `bson:"prompt,omitempty" json:"prompt,omitempty"`
AIResp string `bson:"airesp,omitempty" json:"airesp,omitempty"`
CreatedAt time.Time `bson:"created_at,omitempty" json:"created_at,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.