Documentation ¶ Index ¶ type Runner func (r Runner) Run(ctx context.Context, userText string) (string, error) func (r Runner) RunWithThreadAndProgress(ctx context.Context, threadID string, agentName string, userText string, ...) (string, string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Runner ¶ type Runner struct { Command string Timeout time.Duration Env map[string]string PromptPrefix string WorkspaceDir string Prompts *prompting.Loader } func (Runner) Run ¶ func (r Runner) Run(ctx context.Context, userText string) (string, error) func (Runner) RunWithThreadAndProgress ¶ func (r Runner) RunWithThreadAndProgress( ctx context.Context, threadID string, agentName string, userText string, model string, personality string, noReplyToken string, env map[string]string, onThinking func(step string), ) (string, string, error) Source Files ¶ View all Source files exec_args.gogemini.go Click to show internal directories. Click to hide internal directories.