mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
18 lines
549 B
Plaintext
18 lines
549 B
Plaintext
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."
|
|
current-response-text="Please list the 10 most important mechanical inventions of the Twentieth Century"
|
|
>
|
|
<$action-navigate $to=<<createTiddler-title>>/>
|
|
</$action-createtiddler>
|
|
\end actions
|
|
|
|
<$button actions=<<actions>> class="tc-btn-invisible">
|
|
{{$:/core/images/new-button}} New Conversation
|
|
</$button>
|