Login to follow
Sentence Concatenator

Sentence Concatenator (ODC)

Stable version 0.1.1 (Compatible with ODC)
Uploaded on 04 October 2024 by Truewind
Sentence Concatenator

Sentence Concatenator (ODC)

Details
Detailed Description

You can find the concatenator demo here: link


Facilitator to concatenate form topics into a whole sentence.

  • This component works based on the idea of a form where the end-user can select multiple Options, separated by Topics. The sentence will be generated based on the iteration through a set of options separated by topics and concatenates them to create a whole sentence.

Main usage:

  • Creates prompts using the selected options for interaction with AI Agents in a more controlled topic-specific way. Should you require a free text field, simply merge it before or after.

Use case that brought this idea into a component:

  • Pacients under therapist's care to interact with an AI Agent to generate songs.
Limitations

===== IMPORTANT =====

It is imperative that the topics and its respective options created in your database contain the exact same fields (but does not mean that you can only have these) as the structures (Topic_Str and Option_Str) or fields with different names, but same purpose as the ones mentioned in the structure, otherwise it may not work as expected.