mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-09 07:15:39 +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,
|
title: conversationTitle,
|
||||||
tags: $tw.utils.stringifyList(["$:/tags/AI/Conversation"]),
|
tags: $tw.utils.stringifyList(["$:/tags/AI/Conversation"]),
|
||||||
created: conversationCreated,
|
created: conversationCreated,
|
||||||
modified: conversationModified,
|
modified: conversationModified
|
||||||
text: "."
|
|
||||||
};
|
};
|
||||||
tiddlers.push(conversationFields);
|
tiddlers.push(conversationFields);
|
||||||
var messageIndex = 1;
|
var messageIndex = 1;
|
||||||
|
@ -7,7 +7,6 @@ tags: $:/tags/AI/PageMenu
|
|||||||
tags="$:/tags/AI/Conversation"
|
tags="$:/tags/AI/Conversation"
|
||||||
system-prompt="You are a helpful assistant."
|
system-prompt="You are a helpful assistant."
|
||||||
current-response-text="Please list the 10 most important mechanical inventions of the Twentieth Century"
|
current-response-text="Please list the 10 most important mechanical inventions of the Twentieth Century"
|
||||||
text="."
|
|
||||||
>
|
>
|
||||||
<$action-navigate $to=<<createTiddler-title>>/>
|
<$action-navigate $to=<<createTiddler-title>>/>
|
||||||
</$action-createtiddler>
|
</$action-createtiddler>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user