mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-17 11:46:28 +08:00
* FEATURE: Topic summarization Summarize topics using the TopicView's "summary" filter. The UI is similar to what we do for chat, but we don't allow the user to select a timeframe. Co-authored-by: Rafael dos Santos Silva <xfalcox@gmail.com>
6 lines
No EOL
163 B
Handlebars
6 lines
No EOL
163 B
Handlebars
<AiSummary
|
|
@targetId={{this.targetId}}
|
|
@targetType={{this.targetType}}
|
|
@allowTimeframe={{this.allowTimeframe}}
|
|
@closeModal={{route-action "closeModal"}}
|
|
/> |