What is recommended - implementing world book functionality to my python interface should I just dump it all at the beginning of the prompt? It has now 2000-3000 words.
Or is "dynamic injection" more suitable, i.e. scanning for keywords and then replacing them entries from the world book when the prompt gets submitted back to AI?
I don't know I kind of think I'll just dump in everything and see what happens.