Method that saves the context to the Motorhead service and the base chat memory. It sends a POST request to the Motorhead service with the input and output messages, and calls the saveContext method of the base chat memory.
saveContext(inputValues: InputValues, outputValues: OutputValues): Promise<void>| Name | Type | Description |
|---|---|---|
inputValues* | InputValues | The input values. |
outputValues* | OutputValues | The output values. |