Skip to content

Commit fcecc20

Browse files
committed
Remove comments
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 572eb27 commit fcecc20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/tui/messages/messages.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ type (
3636
StreamCancelledMsg struct{ ShowMessage bool } // StreamCancelledMsg notifies components that the stream has been cancelled
3737
SendAttachmentMsg struct{ Content *session.Message } // Message for the first message with an attachment
3838

39-
// MCPPromptMsg command message
4039
MCPPromptMsg struct {
4140
PromptName string
4241
Arguments map[string]string
@@ -47,7 +46,6 @@ type (
4746
PromptInfo any // mcptools.PromptInfo but avoiding import cycles
4847
}
4948

50-
// ElicitationResponseMsg is sent when the user responds to an elicitation dialog
5149
ElicitationResponseMsg struct {
5250
Action tools.ElicitationAction
5351
Content map[string]any

0 commit comments

Comments
 (0)