Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Elicitation ¶ added in v0.6.3
type Elicitation struct {
Ask func(ctx context.Context, message string) (string, error)
Confirm func(ctx context.Context, message string) (bool, error)
}
Elicitation allows tools to request information from the user.
Click to show internal directories.
Click to hide internal directories.