Superflows-AI / superflows

Open-source toolkit to build an AI copilot for SaaS products
https://superflows.ai
Apache License 2.0
560 stars 67 forks source link

Add client-side fuzzy search to generated code capabilities #278

Open Henry-Pulver opened 2 months ago

Henry-Pulver commented 2 months ago

Would be great if the AI-generated code could perform client-side fuzzy text search on an array of returned objects from the product's API.

Many API's are built with out-of-date technology or are hard to make changes to. Would be great if the AI can handle this in those cases (although for overfetching reasons, it'd be better if the search is implemented on the product's server's side).