1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-22 22:10:03 +00:00

Revert "Give conversation tiddlers a dummy text field"

This reverts commit 0e5955397b40c9d320daa327a260c74f30a9b899.
This commit is contained in:
Jeremy Ruston 2024-07-21 15:48:33 +01:00
parent dbb7e1c300
commit 0037935af5
2 changed files with 1 additions and 3 deletions

View File

@ -27,8 +27,7 @@ ConversationsArchiveImporter.prototype.import = function(widget,conversationsTit
title: conversationTitle,
tags: $tw.utils.stringifyList(["$:/tags/AI/Conversation"]),
created: conversationCreated,
modified: conversationModified,
text: "."
modified: conversationModified
};
tiddlers.push(conversationFields);
var messageIndex = 1;

View File

@ -7,7 +7,6 @@ tags: $:/tags/AI/PageMenu
tags="$:/tags/AI/Conversation"
system-prompt="You are a helpful assistant."
current-response-text="Please list the 10 most important mechanical inventions of the Twentieth Century"
text="."
>
<$action-navigate $to=<<createTiddler-title>>/>
</$action-createtiddler>