Versions in this module Expand all Collapse all v0 v0.0.2 Apr 30, 2026 v0.0.1 Apr 27, 2026 Changes in this version + type Answer struct + Confidence float64 + Error string + Text string + type Client interface + AnswerQuestion func(ctx context.Context, imagePath string, question string) (Answer, error) + type NoopClient struct + func (n NoopClient) AnswerQuestion(ctx context.Context, imagePath string, question string) (Answer, error)