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

インターフェイス: AiLimitsOptions

定義: plugins/ai/src/config.ts:186

AiLimits の部分指定。cooldown は期間表記でも書けます。

プロパティ

cooldown?

optional cooldown?: false | DurationInput;

定義: plugins/ai/src/config.ts:192

Default

false(クールダウンなし)

maxPromptLength?

optional maxPromptLength?: number;

定義: plugins/ai/src/config.ts:188

Default

4000

maxResponseLength?

optional maxResponseLength?: number | false;

定義: plugins/ai/src/config.ts:190

Default

false(無制限)