メインコンテンツまでスキップ
バージョン: v2 Next 🚧

クラス: ModelNotConfiguredError

定義: plugins/ai/src/errors.ts:25

使うモデルが決まっていない(ai({ model }) も呼び出し時の指定も無い)。

拡張

コンストラクター

コンストラクター

new ModelNotConfiguredError(message): ModelNotConfiguredError;

定義: plugins/ai/src/errors.ts:26

パラメータ

message

string

戻り値

ModelNotConfiguredError

上書き

AiError.constructor

プロパティ

context

readonly context: unknown;

定義: src/errors.ts:62

投げた側が添付する任意の追加データ。

継承元

AiError.context


identifier

readonly identifier: string;

定義: src/errors.ts:60

機械可読な識別子(Precondition 由来なら Precondition 名)。

継承元

AiError.identifier