Versions in this module Expand all Collapse all v0 v0.1.1 Sep 11, 2026 v0.1.0 Sep 8, 2026 Changes in this version + func StripEchoTail(s string) string + type Client struct + func NewClient(cfg Config) *Client + func (c *Client) SummarizeSymbol(ctx context.Context, filePath string, sym store.Symbol) (string, error) + type Config struct + APIKey string + BaseURL string + Log *slog.Logger + Model string + Timeout time.Duration