ProcessAsync
Edit on GitHub

Last updated: July 23, 2026

定義

宣言型: YukkuriMovieMaker.Plugin.TextCompletion.ITextCompletionPlugin2

アセンブリ: YukkuriMovieMaker.Plugin.dll

概要

テキスト補完を非同期に実行して結果文字列を返します。

Task<string> ProcessAsync(string systemPrompt, string text, Bitmap? image);

パラメーター

systemPrompt System.String

text System.String

image System.Drawing.Bitmap?

注釈

systemPrompt はYMM4が生成するシステムプロンプトです。text はユーザーが入力したテキストです。 image は現在のプレビューフレームのスクリーンショットで、画像対応モデルを使う場合に利用できます。 補完結果のテキストを返してください。エラー時は例外をスローしてください。