* fix: stop top_k=0 from reaching Turbopuffer on message search HONCHO-19Q: dreamer search_messages passed LLM limit=0 through to Turbopuffer (top_k must be 1..10000). #970 guarded documents; this closes the message path and floors tool limits at 1. * fix: preserve pgvector None sentinel on zero top_k query_external_vector_document_ids must return None when on the pgvector path before applying the top_k<=0 empty-list guard. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent_tools.py | ||
| config_helpers.py | ||
| files.py | ||
| filter.py | ||
| formatting.py | ||
| json_parser.py | ||
| queue_payload.py | ||
| representation.py | ||
| schema_conversion.py | ||
| scopes.py | ||
| search.py | ||
| summarizer.py | ||
| tokens.py | ||
| types.py | ||
| work_unit.py | ||