The following example shows a Custom component that summarizes the content of the current open topic:
This example uses an AI profile called summarize.
Its prompt is the following:
Can you write a concise and comprehensive summary of {topic}?
You must begin your message by "Hi {name}!"
This component aims to present a simple use of the FluidTopicsGenerativeAIService.generate() function for documentation. It is not suitable for public use.