stakwork / sphinx-js

Web extension and PWA for Sphinx.chat and 2nd Brain
2 stars 2 forks source link

Add titles to Second Brains /about API call #12

Closed ecurrencyhodler closed 9 months ago

ecurrencyhodler commented 9 months ago

We are going to grab the title of the second brain through the /about call. Let's go through each of the 2B's to make sure they at least have a "title" listed in them so that when this call is made, a value is returned.

Ideally the title should be 1-2 words. No longer than 3 words max.

tomsmith8 commented 9 months ago

Reviewed the Secondbrains that we probably want on there to start:

ecurrencyhodler commented 9 months ago

Perfect. Thanks tom. Are these all updated? Or do we still need to do that?

tomsmith8 commented 9 months ago

Yes, they all have a variable title in the /about endpoint response e.g.

{"app_version":null,"description":"Learn about changes in Bitcoin","mission_statement":"Learn about changes in Bitcoin","search_term":"Bitcoin","title":"Bitcoin"}
ecurrencyhodler commented 9 months ago

Awesome ty.