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

インターフェイス: AiErrorInfo

定義: plugins/ai/src/events.ts:45

エラーの発生場所。

プロパティ

channelId

readonly channelId: string | null;

定義: plugins/ai/src/events.ts:49

呼び出し元のチャンネル。判らなければ null


guildId

readonly guildId: string | null;

定義: plugins/ai/src/events.ts:53

呼び出し元のサーバー。判らなければ null


phase

readonly phase: AiErrorPhase;

定義: plugins/ai/src/events.ts:47

どの処理で失敗したか。


tool

readonly tool: string | null;

定義: plugins/ai/src/events.ts:55

phase: "tool" のときのツール名。それ以外は null


userId

readonly userId: string | null;

定義: plugins/ai/src/events.ts:51

呼び出したユーザー。判らなければ null