型・APIリファレンス
    Preparing search index...

    Interface AiAutocompleteSetting

    検索条件項目に設定される AI 自動補完の定義

    interface AiAutocompleteSetting {
        aiPromptName?: string;
        dataKey?: string;
        properties: AiAutocompleteProperty[];
    }
    Index

    Properties

    aiPromptName?: string

    AI プロンプト定義名(バックエンドのみで使用)

    フロントエンドでは通常参照しない。バックエンドの MdcSearchConditionAutocompleteSetting と対応。

    dataKey?: string

    反映対象データキー(バックエンドのみで使用)

    プロンプトで JSON Schema による構造化出力が有効な場合に必須。

    補完実行の前提となるトリガープロパティ群