renderSummary method
Implementation
String renderSummary() {
return [
'Query payload baseline (topK=$topK, adjacent=$adjacentChunks, previewMaxBytes=$previewMaxBytes):',
legacySearchHybrid.renderSummary(),
handleFull.renderSummary(),
handlePreview.renderSummary(),
handleContextOnly.renderSummary(),
].join('\n');
}