discourse-ai/lib/modules/ai_bot/commands
Sam 20c1f2d788
FEATURE: basic progress for image generation (#133)
previously you would have to wait quite a while to see the prompt this implements
a very basic implementation of progress so you can see the API is working.

Also: 

- Fix google progress.
- Handle the incredibly rare, zero results from google.
- Simplify command so it is less error prone
- replace invoke and attache results with a invoke
- ensure invoke can only ever be run once
- pass in all the information a command needs in constructor
- use new pattern throughout
- test invocation in isolation
2023-08-14 16:30:12 +10:00
..
categories_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
command.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
google_command.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
image_command.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
read_command.rb FIX: refine image and read command (#131) 2023-08-09 16:01:48 +10:00
search_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
summarize_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
tags_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
time_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00