Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Apr 8, 2024
1 parent 7dcf753 commit e9bc666
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lib/discourse_chatbot/functions/forum_search_function.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,3 @@ def process(args)
end
end
end


chatbot_forum_search_function_results_content_type:
client: false
default: "matching_post"
type: enum
choices:
- "matching_post"
- "posts_topic_with_title"
- "posts_topic_without_title"
chatbot_forum_search_function_results_posts_count:
client: false
default: 3
min: 1
max: 20

0 comments on commit e9bc666

Please sign in to comment.