Method to add user and AI messages to the chat history in sequence.
saveContext(inputValues: InputValues, outputValues: OutputValues): Promise<void>| Name | Type | Description |
|---|---|---|
inputValues* | InputValues | The input values from the user. |
outputValues* | OutputValues | The output values from the AI. |