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>
|