INestiaChatPrompt is an union type of all possible prompts that can
be generated by the A.I. chatbot of the NestiaChatAgent class.
In other words, INestiaChatPrompt is a type of chat history that
is occurred during the conversation between the user and the A.I. chatbot
in the NestiaChatAgent class.
If you want to continue the previous A.I. chatbot session, you can
accomplish it by assigning the INestiaAgentProps.histories
property when creating a new NestiaAgent instance.
Nestia A.I. chatbot prompt.
INestiaChatPrompt
is an union type of all possible prompts that can be generated by the A.I. chatbot of the NestiaChatAgent class.In other words,
INestiaChatPrompt
is a type of chat history that is occurred during the conversation between the user and the A.I. chatbot in the NestiaChatAgent class.If you want to continue the previous A.I. chatbot session, you can accomplish it by assigning the INestiaAgentProps.histories property when creating a new NestiaAgent instance.