Method that saves the input and output messages to the Zep service.
saveContext(inputValues: InputValues, outputValues: OutputValues): Promise<void>| Name | Type | Description |
|---|---|---|
inputValues* | InputValues | Input messages to be saved. |
outputValues* | OutputValues | Output messages to be saved. |