Skip to content

Commit 87d0020

Browse files
authored
chore: display file names in model preview (#7251)
* chore: add file names in the model response Signed-off-by: shohidulbari <shohidulbari18@gmail.com> * chore: show file names in model preview Signed-off-by: shohidulbari <shohidulbari18@gmail.com> * chore: fix prettier format Signed-off-by: shohidulbari <shohidulbari18@gmail.com> --------- Signed-off-by: shohidulbari <shohidulbari18@gmail.com>
1 parent a8eb537 commit 87d0020

File tree

2 files changed

+73
-57
lines changed

2 files changed

+73
-57
lines changed

core/http/routes/ui_api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ func RegisterUIAPIRoutes(app *fiber.App, cl *config.ModelConfigLoader, appConfig
200200
"jobID": jobID,
201201
"isDeletion": isDeletionOp,
202202
"trustRemoteCode": trustRemoteCodeExists,
203+
"additionalFiles": m.AdditionalFiles,
203204
})
204205
}
205206

0 commit comments

Comments
 (0)