Documentation ¶ Index ¶ type Executor func New(llmClient llm.LLMClient, cfg *config.StamperConfig, logger *zerolog.Logger) (*Executor, error) func (e *Executor) Run(ctx context.Context, conv domain.Conversation) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Executor ¶ type Executor struct { // contains filtered or unexported fields } func New ¶ func New(llmClient llm.LLMClient, cfg *config.StamperConfig, logger *zerolog.Logger) (*Executor, error) func (*Executor) Run ¶ func (e *Executor) Run(ctx context.Context, conv domain.Conversation) (string, error) Source Files ¶ View all Source files executor.go Click to show internal directories. Click to hide internal directories.