--- a/OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaHistoryWidget.html Sat Sep 07 15:29:05 2024 +0200 +++ b/OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaHistoryWidget.html Sat Sep 07 18:31:41 2024 +0200 @@ -54,6 +54,11 @@ emitted to indicate, that a new chat using the saved history should be started </dd> +<dt>viewChatHistory(id:str)</dt> +<dd> +emitted to indicate, that this chat history + should be shown in a separate window +</dd> </dl> <h3>Derived from</h3> QWidget, Ui_OllamaHistoryWidget @@ -114,6 +119,10 @@ <td>Private slot to start a new chat using the saved chat history.</td> </tr> <tr> +<td><a href="#OllamaHistoryWidget.on_viewButton_clicked">on_viewButton_clicked</a></td> +<td>Private slot to view the current chat history in a separate window..</td> +</tr> +<tr> <td><a href="#OllamaHistoryWidget.saveToJson">saveToJson</a></td> <td>Public method to serialize the chat history data to a JSON string.</td> </tr> @@ -295,6 +304,13 @@ Private slot to start a new chat using the saved chat history. </p> +<a NAME="OllamaHistoryWidget.on_viewButton_clicked" ID="OllamaHistoryWidget.on_viewButton_clicked"></a> +<h4>OllamaHistoryWidget.on_viewButton_clicked</h4> +<b>on_viewButton_clicked</b>(<i></i>) +<p> + Private slot to view the current chat history in a separate window.. +</p> + <a NAME="OllamaHistoryWidget.saveToJson" ID="OllamaHistoryWidget.saveToJson"></a> <h4>OllamaHistoryWidget.saveToJson</h4> <b>saveToJson</b>(<i></i>)