Versions in this module Expand all Collapse all v1 v1.93.0 Jun 30, 2026 v1.92.0 Jun 30, 2026 Changes in this version + const DefaultListLimit + const DefaultMaxChars + const MaxListLimit + const ToolNameListSessions + const ToolNameReadSession + func ClampLimit(limit int) int + func CreateToolSet() (tools.ToolSet, error) + func RenderTranscript(h Header, msgs []chat.Message, maxChars int) string + type Header struct + CreatedAt time.Time + ID string + NumMessages int + Title string + type ListSessionsArgs struct + Limit int + type ReadSessionArgs struct + SessionID string + type SessionInfo struct + CreatedAt string + ID string + NumMessages int + Starred bool + Title string + type ToolSet struct + func New() *ToolSet + func (t *ToolSet) Instructions() string + func (t *ToolSet) Tools(context.Context) ([]tools.Tool, error)