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