This website requires JavaScript.
Explore
Help
Register
Sign In
oadmin
/
new-api
Watch
1
Star
0
Fork
0
You've already forked new-api
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2d28fb3a73d80271a6c58aaab09f199df649f374
new-api
/
types
/
file_data.go
9 lines
120 B
Go
Raw
Normal View
History
Unescape
Escape
refactor: update function signatures to include context and improve file handling #1599
2025-08-15 18:40:54 +08:00
package
types
feat: add multi-file type support for Gemini and Claude - Add file data DTO for structured file handling - Implement file decoder service - Update Claude and Gemini relay channels to handle various file types - Reorganize worker service to cf_worker for clarity - Update token counter and image service for new file types
2024-12-29 00:00:24 +08:00
type
LocalFileData
struct
{
MimeType
string
Base64Data
string
Url
string
Size
int64
}
Reference in New Issue
Copy Permalink