Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Event reference and payload examples for the Bonsai Search web component
search
{ query }
results
{ results }
ai
{ success, recommendations, results, count, maxRelevance }
error
{ error }
{ "query": "What is your return policy?" }
{ "results": [ { "id": "product_123", "name": "Product Name", "publicUrl": "https://example.com/products/product-name", "price": "$42.00" } ] }
{ "success": true, "count": 5, "maxRelevance": 0.92, "recommendations": [ { "text": "Best for small spaces", "productIds": ["product_123"], "relevancyScore": 0.91, "reasoning": "Compact footprint and quiet operation" } ], "results": [ { "id": "product_123", "name": "Product Name", "publicUrl": "https://example.com/products/product-name" } ] }
{ "error": "Request timed out" }