cboard-org / cboard-ai-engine

This engine powers the Cboard AI builder, designed to generate content suggestions for communication boards and create new pictograms as necessary. With a simple prompt, it will generate a list of suggestions that can be used to create an AAC board
https://cboard.io
GNU General Public License v3.0
1 stars 1 forks source link

Board metadata and Title #36

Closed hectoritr closed 7 months ago

hectoritr commented 7 months ago

This creates a board metadata to be used with Midjourney

Now instead of getSuggestions ask for getFullBoard

FullBoard{ boardTitle: 'Title', //An AI-generated title based on the list of words. boardContent: 'MISC', //A description of the suggestions. pictos: Suggestions[] //The Pictograms with Suggestions[] format.

}

hectoritr commented 7 months ago

This is resolved in a different pull request