Skip to content

FrontendImageInjectionOptions

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/middleware/frontendImageInjectionMiddleware.ts:35

provider: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/middleware/frontendImageInjectionMiddleware.ts:43

Provider selecting the vision-block shape. Derived by the registry factory from gthConfig.modelProviderType (the raw llm.type), falling back to llm._llmType(). One of gth’s provider strings (anthropic, openai, openrouter, deepseek, xai, groq, ollama, google-genai, vertexai, huggingface, …); unknown values fall to the standard base64 block.


optional toolName?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/middleware/frontendImageInjectionMiddleware.ts:48

Tool name whose {mimeType,data} result is converted into a vision message. Defaults to DEFAULT_CAPTURE_TOOL_NAME (capture_image).