mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 17:29:54 +00:00
github tool
This commit is contained in:
@@ -2,6 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
_ "embed"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/fs"
|
||||
@@ -27,6 +28,9 @@ type Prompt struct {
|
||||
}
|
||||
|
||||
var (
|
||||
//go:embed internal/tools.txt
|
||||
InternalToolsPrompt string
|
||||
|
||||
Prompts []Prompt
|
||||
Templates = make(map[string]*template.Template)
|
||||
)
|
||||
|
Reference in New Issue
Block a user