1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 17:29:54 +00:00

github tool

This commit is contained in:
Laura
2025-08-25 18:37:30 +02:00
parent b44da19987
commit 908fdb2e93
9 changed files with 307 additions and 7 deletions

View File

@@ -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)
)