Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatMarkdown ¶
func FormatMarkdownImage ¶
func FormatText ¶
func ImageToAscii ¶
Fonction pour convertir une image en ASCII art
Types ¶
type ChatModel ¶
type ChatModel struct {
Messages []Message
Err error
Workspace string
ResType string
ResName string
Loading bool
Debug bool
Local bool
SendMessage func(ctx context.Context, workspace string, resType string, resName string, message string, debug bool, local bool) (string, error)
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.