Documentation
¶
Overview ¶
Package dropdown provides an interactive UI dropdown app.
Index ¶
Constants ¶
View Source
const (
// StatusPendingUserInput indicates that the tool is waiting for user input.
StatusPendingUserInput = "PENDING_USER_INPUT"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PendingResponse ¶
type PendingResponse struct {
Status string `json:"status"`
Options []string `json:"options"`
Message string `json:"message"`
}
PendingResponse represents the structured content returned when waiting for user input.
Click to show internal directories.
Click to hide internal directories.