Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶ added in v0.2.0
type Executor interface {
Execute(ctx context.Context, promptContent string, logFile string, containerName string) error
}
Executor executes a prompt.
func NewDockerExecutor ¶ added in v0.2.0
NewDockerExecutor creates a new Executor using Docker with the specified container image.
Click to show internal directories.
Click to hide internal directories.