diff options
Diffstat (limited to 'internal/executor/gemini.go')
| -rw-r--r-- | internal/executor/gemini.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/executor/gemini.go b/internal/executor/gemini.go index a13321b..b1a245c 100644 --- a/internal/executor/gemini.go +++ b/internal/executor/gemini.go @@ -21,6 +21,7 @@ type GeminiRunner struct { Logger *slog.Logger LogDir string // base directory for execution logs APIURL string // base URL of the Claudomator API, passed to subprocesses + DropsDir string // path to the drops directory, passed to subprocesses } // ExecLogDir returns the log directory for the given execution ID. |
