We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572eb27 commit fcecc20Copy full SHA for fcecc20
pkg/tui/messages/messages.go
@@ -36,7 +36,6 @@ type (
36
StreamCancelledMsg struct{ ShowMessage bool } // StreamCancelledMsg notifies components that the stream has been cancelled
37
SendAttachmentMsg struct{ Content *session.Message } // Message for the first message with an attachment
38
39
- // MCPPromptMsg command message
40
MCPPromptMsg struct {
41
PromptName string
42
Arguments map[string]string
@@ -47,7 +46,6 @@ type (
47
46
PromptInfo any // mcptools.PromptInfo but avoiding import cycles
48
}
49
50
- // ElicitationResponseMsg is sent when the user responds to an elicitation dialog
51
ElicitationResponseMsg struct {
52
Action tools.ElicitationAction
53
Content map[string]any
0 commit comments