Documentation
¶
Overview ¶
Package question provides a tool for asking the user interactive questions.
Index ¶
- type Tool
- func (t *Tool) Info(_ context.Context) (*schema.ToolInfo, error)
- func (t *Tool) InvokableRun(ctx context.Context, argumentsInJSON string, _ ...einotool.Option) (string, error)
- func (t *Tool) IsConcurrentSafe() bool
- func (t *Tool) PreflightValidate(input *compose.ToolInput) error
- func (t *Tool) Preview(input *compose.ToolInput) domain.ToolDisplay
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tool ¶
type Tool struct{}
Tool is a tool that allows the LLM to ask the user interactive questions.
func (*Tool) InvokableRun ¶
func (*Tool) IsConcurrentSafe ¶
IsConcurrentSafe indicates if the tool can be run concurrently (false for interactive tools).
Click to show internal directories.
Click to hide internal directories.