Keep checkpoints aligned with PromptKit profiles
This commit is contained in:
@@ -11,15 +11,15 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// ModulePromptFile maps a module-owned embedded prompt file into the
|
||||
// PromptKit-visible module prompt directory.
|
||||
// ModulePromptFile maps a module-owned embedded prompt file into the registered
|
||||
// module prompt directory.
|
||||
type ModulePromptFile struct {
|
||||
Name string
|
||||
Path string
|
||||
}
|
||||
|
||||
// SharedPromptFile maps a caller-owned shared prompt file into a module's
|
||||
// PromptKit-visible sharedassets prompt subdirectory.
|
||||
// registered sharedassets prompt subdirectory.
|
||||
type SharedPromptFile struct {
|
||||
Name string
|
||||
FS fs.FS
|
||||
|
||||
Reference in New Issue
Block a user