Now Assist 仮想エージェントの [変更を加える] オプションが機能しない。Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Now Assist 仮想エージェントで、送信時に会話型カタログのすべての入力を収集した後、[変更を加える] オプションで選択の変更を要求できません。モデルが LLM エンドポイントを介して呼び出されていません。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } NA Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } フラグ「sn_vad_genai.com.glide.cs.one_extend.auto_proxy_enabled」は、次の場合にのみ true にする必要があります。1> インスタンスには最新バージョンの生成 AI コントローラーがあり、かつ2> http://localhost:8080/sys_gen_ai_feature_mapping_listに機能のレコードがある これにより、その機能からの要求が正しいホストされている LLM エンドポイントに自動ルーティングされます。以前のバージョンの生成 AI コントローラーを使用していて、上記の #2 のテーブルに機能のエントリがないインスタンスの場合、このフラグを false に変える必要があります。その機能のエンドポイントは、(自動ルーティングなしで) 現状のまま使用されます。プロパティ「sn_vad_genai.com.glide.cs.one_extend.auto_proxy_enabled」を false に設定すると、モデルに直接接続されます。