* [misc] add knowledgeLib to response in AI control class.

This commit is contained in:
sunhao
2025-12-25 14:52:46 +08:00
parent 08a1d1fb8a
commit f4d87414eb
+1
View File
@@ -621,6 +621,7 @@ class ai extends control
$response['objectID'] = $objectId;
$response['objectType'] = $prompt->module;
$response['knowledgeLib'] = $prompt->knowledgeLib;
$response['object'] = $objectData;
$response['formLocation'] = $location;
$response['model'] = $prompt->model;