Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRecognize ¶
func NewRecognize(cfg RecognizeConfig, deps RecognizeDeps) (agentkit.ToolPack, error)
NewRecognize registers tool/recognize: recognize_image via deps.llm and config.model.
Types ¶
type RecognizeConfig ¶
type RecognizeDeps ¶
type RecognizeDeps struct {
LLM agentkit.LLMProvider `json:"llm"`
Workspace workspace.Service `json:"workspace"`
}
type RecognizeImageInput ¶
Click to show internal directories.
Click to hide internal directories.