discourse-ai/app
Natalie Tay 73c58155f8
FIX: Get topic's category instead of array's (#388)
Currently we're seeing 500s when related_topics are getting rendered. We should get the topic's category rather than on the array.
```
ActionView::Template::Error (undefined method `category' for [#<Topic id ... ]
```
2023-12-29 16:52:48 +08:00
..
controllers/discourse_ai FEATURE: Generate post illustrations (#367) 2023-12-19 11:17:34 -08:00
jobs FEATURE: Add streaming to post AI helper's explain option (#344) 2023-12-12 09:28:39 -08:00
mailers FEATURE: support sending AI report to an email address (#368) 2023-12-19 17:51:49 +11:00
models Mixtral (#376) 2023-12-26 14:49:55 -03:00
serializers FEATURE: allow personas to provide command options (#331) 2023-12-08 08:42:56 +11:00
views/list FIX: Get topic's category instead of array's (#388) 2023-12-29 16:52:48 +08:00