Skip to content

Commit 607d989

Browse files
committed
zip
1 parent 8cbad2f commit 607d989

4 files changed

Lines changed: 75 additions & 1 deletion

File tree

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
2+
<h1>RSCG nr 219 : SKPromptGenerator</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/SKPromptGenerator/" target="_blank">https://www.nuget.org/packages/SKPromptGenerator/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/CharlieDigital/SKPromptGenerator" target="_blank"> https://github.com/CharlieDigital/SKPromptGenerator</a></p>
8+
9+
<p>Author :Charlie Chen</p>
10+
11+
<p>Source: <a href="https://github.com/CharlieDigital/SKPromptGenerator" target="_blank">https://github.com/CharlieDigital/SKPromptGenerator</a> </p>
12+
13+
<h2>About</h2>
14+
15+
Generate typed prompts for Semantic Kernel
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/SKPromptGenerator/" target="_blank">SKPromptGenerator</a> in the csproj
22+
</h3>
23+
<img src="images/SKPromptGenerator/DemoAI.csproj.png" width="580" height="580" />
24+
25+
<h3>This was for me the <b>starting</b> code</h3>
26+
27+
<br />
28+
I have <b>coded</b> the file Program.cs
29+
<br />
30+
<img src="images/SKPromptGenerator/csFiles/Program.cs.png" width="580" height="580" />
31+
<hr />
32+
33+
<br />
34+
I have <b>coded</b> the file WeatherCity.cs
35+
<br />
36+
<img src="images/SKPromptGenerator/csFiles/WeatherCity.cs.png" width="580" height="580" />
37+
<hr />
38+
<h3>And here are the <i>generated</i> files</h3>
39+
40+
<br />
41+
The file <i>generated</i> is WeatherPrompt.g.cs
42+
<br />
43+
<img src="images/SKPromptGenerator/generated/WeatherPrompt.g.cs.png" width="580" height="580" />
44+
45+
<br />
46+
The file <i>generated</i> is PromptTemplateAttribute.g.cs
47+
<br />
48+
<img src="images/SKPromptGenerator/generated/PromptTemplateAttribute.g.cs.png" width="580" height="580" />
49+
50+
<br />
51+
The file <i>generated</i> is PromptTemplateBase.g.cs
52+
<br />
53+
<img src="images/SKPromptGenerator/generated/PromptTemplateBase.g.cs.png" width="580" height="580" />
54+
55+
<p>
56+
You can download the code and this page as pdf from
57+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/SKPromptGenerator'>
58+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/SKPromptGenerator
59+
</a>
60+
</p>
61+
62+
63+
<p>
64+
You can see the whole list at
65+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
66+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
67+
</a>
68+
</p>
69+

v2/book/list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 218 RSCG with examples =>
20+
This is the list of 219 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -898,6 +898,10 @@ <h1>
898898
<td>218</td>
899899
<td><a href="examples/Nino.html">Nino</a></td>
900900
</tr>
901+
<tr>
902+
<td>219</td>
903+
<td><a href="examples/SKPromptGenerator.html">SKPromptGenerator</a></td>
904+
</tr>
901905
</table>
902906

903907

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ input-files:
232232
- examples/SG4MVC.html
233233
- examples/EnumsEnhanced.html
234234
- examples/Nino.html
235+
- examples/SKPromptGenerator.html
235236

236237
# or you may use input-file: with a single value
237238
# defaults:
1.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)