Documentation ¶ Index ¶ func BuildTurnSearchQuery(rawQuery string, sessionIDs, chatKeys, roles []string, limit int, ...) (string, []any) type TurnSearchScope Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildTurnSearchQuery ¶ func BuildTurnSearchQuery(rawQuery string, sessionIDs, chatKeys, roles []string, limit int, sessionsOnly bool) (string, []any) BuildTurnSearchQuery builds the SQLite query used to search synced session turns. Types ¶ type TurnSearchScope ¶ type TurnSearchScope struct { SessionIDs []string ChatKeys []string } TurnSearchScope is the explicit identifier set allowed to match synced session turns. Empty scopes are valid inputs and intentionally compile to a no-row predicate. Source Files ¶ View all Source files turn_search.go Click to show internal directories. Click to hide internal directories.