mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
Give conversation tiddlers a dummy text field
To avoid triggering a docs template
This commit is contained in:
parent
638bd78059
commit
0e5955397b
@ -27,7 +27,8 @@ ConversationsArchiveImporter.prototype.import = function(widget,conversationsTit
|
||||
title: conversationTitle,
|
||||
tags: $tw.utils.stringifyList(["$:/tags/AI/Conversation"]),
|
||||
created: conversationCreated,
|
||||
modified: conversationModified
|
||||
modified: conversationModified,
|
||||
text: "."
|
||||
};
|
||||
tiddlers.push(conversationFields);
|
||||
var messageIndex = 1;
|
||||
|
@ -7,6 +7,7 @@ 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…
Reference in New Issue
Block a user