LLMFileParts extension
dart:io の File から ai_box のパーツを生成する拡張。
- on
Methods
-
toAudioPart(
{String? mimeType}) → LLMAudioPart -
Available on File, provided by the LLMFileParts extension
音声パーツを生成する。 -
toFilePart(
{String? mimeType}) → LLMFilePart -
Available on File, provided by the LLMFileParts extension
任意ファイル(PDF など)のパーツを生成する。 -
toImagePart(
{String? mimeType}) → LLMImagePart -
Available on File, provided by the LLMFileParts extension
画像パーツを生成する(バイト列を同期読み込み)。