feat: add logging for model details and enhance action assignment in relay tasks

This commit is contained in:
CaIon
2025-10-11 11:56:44 +08:00
parent d540020c3d
commit 59c5f42505
3 changed files with 14 additions and 6 deletions

View File

@@ -377,6 +377,12 @@ export const useLogsData = () => {
other.file_search_call_count || 0,
),
});
if (logs[i]?.content) {
expandDataLocal.push({
key: t('其他详情'),
value: logs[i].content,
});
}
}
if (logs[i].type === 2) {
let modelMapped =