Template:ChatDialog: Difference between revisions

From Chrysalis Archive
Jump to navigation Jump to search
Created page with "<div style="background-color:azure; border:1px outset azure; padding:0 40px; max-width:820px; margin:0 auto; "> ;{{{User|User}}} {{{prompt|prompt-missing, e.g. prompt=What is the answer for world peace?}}} ---- {{{response|"AI response missing, e.g. response="Wow, human! Good question!"}}} </div> <noinclude> ==Purpose== * This template accepts user, prompt, and response text for formatting into an AI chat dialog entry appearnce. ===Usage=== <pre> {{chat |user=John pDeau..."
 
mNo edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="background-color:azure; border:1px outset azure; padding:0 40px; max-width:820px; margin:0 auto; ">
<div style="background-color:#e8e8e8; color:black; border:1px outset azure; padding:0 20px; max-width:auto; margin:0; {{{css|&nbsp;}} ">
;{{{User|User}}}
{{editTemplate|ChatDialog}}
{{{prompt|prompt-missing, e.g. prompt=What is the answer for world peace?}}}
 
<big>'''{{{user|user missing, e.g. user=Coyote Pete}}}'''</big><br/>
''{{{prompt|AI prompt missing, use e.g. prompt=What is the answer for world peace?}}}''
----
----
{{{response|"AI response missing, e.g. response="Wow, human! Good question!"}}}
<big>'''{{{model|Opus 3}}}'''</big><br/>
{{{response|"AI response missing, use e.g. response="Wow, human! Good question!"}}}
</div>
</div>
<noinclude>
<noinclude>
==Purpose==
==Purpose==
* This template accepts user, prompt, and response text for formatting into an AI chat dialog entry appearnce.
* This template accepts model (optional), user, prompt, and response text for formatting into an AI chat dialog entry appearance.


===Usage===
===Usage===
<pre>
<pre>
{{chat
{{ChatDialog
|model=Opus 3
|user=John pDeaux
|user=John pDeaux
|prompt=The answer if 42
|response=My God that's amazing, Human!
|response=My God that's amazing, Human!
}}
}}
</pre>
</pre>
{{ChatDialog
|model=Opus 3
|user=John pDeaux
|prompt=The answer is 42
|response=My God that's amazing, Human!
}}
</noinclude>
</noinclude>

Latest revision as of 20:04, 3 April 2024

user missing, e.g. user=Coyote Pete
AI prompt missing, use e.g. prompt=What is the answer for world peace?


Opus 3
"AI response missing, use e.g. response="Wow, human! Good question!"


Purpose

  • This template accepts model (optional), user, prompt, and response text for formatting into an AI chat dialog entry appearance.

Usage

{{ChatDialog
|model=Opus 3
|user=John pDeaux
|prompt=The answer if 42
|response=My God that's amazing, Human!
}}

John pDeaux
The answer is 42


Opus 3
My God that's amazing, Human!