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:
parent
dbb7e1c300
commit
0037935af5
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user