discourse-ai/lib/ai_bot
Sam 41054c4fb8
FEATURE: improve site setting search (#780)
This improves the site setting search so it performs a somewhat
fuzzy match.

Previously it did not handle seperators such as "space" and a
term such as "min_post_length" would not find "min_first_post_length"

A more liberal search algorithm makes it easier to the AI to
navigate settings.

* Minor fix, {{and parameter.enum parameter.enum.length}} is non
obviously broken.


If parameter.enum is a tracked array it will return the object
cause embers and helper implementation.

This corrects an issue where enum keeps on selecting itself by
mistake.
2024-08-29 16:05:38 +10:00
..
personas FEATURE: custom user defined tools (#677) 2024-06-27 17:27:40 +10:00
tools FEATURE: improve site setting search (#780) 2024-08-29 16:05:38 +10:00
bot.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
entry_point.rb DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00
playground.rb FIX: Handle nil reply_to_post in AI Bot event handler (#743) 2024-08-07 14:22:32 -03:00
question_consolidator.rb FEATURE: GPT4o support and better auditing (#618) 2024-05-14 13:28:46 +10:00
site_settings_extension.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
tool_runner.rb FEATURE: custom user defined tools (#677) 2024-06-27 17:27:40 +10:00