Error: Json Value of type 'Null' used as a 'Number'
Sissidark opened this issue · 3 comments
Sissidark commented
KellanM commented
You're close! Connect the execution pin labeled "Finished" from the OpenAICallChat node to the conditional branch node.
KellanM commented
to give your NPC background information, manually add one element to your ChatLog array of type "system" and set the message to whatever you want the NPC to do. (i.e. you are a friendly NPC tasked with helping the player learn about x).
Sissidark commented
to give your NPC background information, manually add one element to your ChatLog array of type "system" and set the message to whatever you want the NPC to do. (i.e. you are a friendly NPC tasked with helping the player learn about x).
I tried to add it manually, but the AI answer seems to be the default setting? Where did I go wrong?