1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-02 20:29:10 +00:00
TiddlyWiki5/plugins/tiddlywiki/ai-tools/page-menu/new-conversation.tid

18 lines
549 B
Plaintext
Raw Normal View History

2024-07-09 07:59:49 +00:00
title: $:/plugins/tiddlywiki/ai-tools/page-menu/new-conversation
tags: $:/tags/AI/PageMenu
\define actions()
<$action-createtiddler
$basetitle="AI Conversation"
tags="$:/tags/AI/Conversation"
system-prompt="You are a helpful assistant."
2024-07-11 14:02:30 +00:00
current-response-text="Please list the 10 most important mechanical inventions of the Twentieth Century"
2024-07-09 07:59:49 +00:00
>
<$action-navigate $to=<<createTiddler-title>>/>
</$action-createtiddler>
\end actions
<$button actions=<<actions>> class="tc-btn-invisible">
{{$:/core/images/new-button}} New Conversation
</$button>