marp: true theme: default header: "ヘッダータイトル1 ヘッダータイトル2" footer: "by Auther"
size: 16:9 paginate: true
style: |
marp: true theme: default header: "ヘッダータイトル1 ヘッダータイトル2" footer: "by Auther"
size: 16:9 paginate: true
style: |
| 評価用プロンプトの例 | |
| タスク:与えられた業務オペレーションを要約して回答してください。 | |
| ###(プロンプト)### | |
| LLM : ###(回答)### | |
| 評価基準: | |
| * 正確性:要約は業務の重要な情報を正確に反映しているか? | |
| * 流暢さ:要約は自然な日本語で書かれているか? | |
| * 関連性:要約は業務の主な作業内容と関連性があるか? 網羅性:要約は業務の主要なポイントを網羅しているか? | |
| 期待される出力:業務内容の主要なポイントを簡潔かつ正確にまとめた文章。 |
| @page "/ganttchart" | |
| @inject IJSRuntime JSRuntime | |
| <h3>Gantt Chart</h3> | |
| <div id="gantt"></div> | |
| <button @onclick="GetGanttChartData">Get Gantt Chart Data</button> | |
| @code { |
| @echo off | |
| setlocal enabledelayedexpansion | |
| REM --- 設定項目 --- | |
| REM コピー元 (Sourceフォルダ) のパス | |
| set "SOURCE_FOLDER=C:\Path\To\Your\SourceFolder" | |
| REM コピー先 (Destinationフォルダ) のパス、クリーンアップ対象 | |
| set "DESTINATION_FOLDER=C:\Path\To\Your\DestinationFolder" | |
| REM Destinationフォルダで保持し、Sourceフォルダからのコピー時に除外するファイル (スペース区切りで複数指定) |