summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/internal/app
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tui/internal/app')
-rw-r--r--packages/tui/internal/app/app.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/tui/internal/app/app.go b/packages/tui/internal/app/app.go
index 940ac7b2f..6f0733aa3 100644
--- a/packages/tui/internal/app/app.go
+++ b/packages/tui/internal/app/app.go
@@ -42,6 +42,9 @@ type SendMsg struct {
Text string
Attachments []Attachment
}
+type CompletionDialogTriggerdMsg struct {
+ InitialValue string
+}
func New(
ctx context.Context,