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