Changeset 0.37.18 (#230)
Co-authored-by: gobha <jasafpro@gmail.com> Co-committed-by: gobha <jasafpro@gmail.com>
This commit is contained in:
@@ -271,7 +271,8 @@ func (h *FileHandler) ListByChannel(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
files, err := h.stores.Files.GetByChannel(c.Request.Context(), channelID, "")
|
||||
origin := c.Query("origin") // v0.37.18: filter by origin (user_upload, tool_output, system)
|
||||
files, err := h.stores.Files.GetByChannel(c.Request.Context(), channelID, origin)
|
||||
if err != nil {
|
||||
c.JSON(http.StatusInternalServerError, gin.H{"error": "failed to list files"})
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user