build:dockerfile

This commit is contained in:
suziheng
2025-09-15 16:18:27 +08:00
parent 2174039fce
commit a529eab39e
4 changed files with 23 additions and 11 deletions

View File

@@ -4,4 +4,5 @@ const (
ContentTypeText = "text"
ContentTypeImageURL = "image_url"
ContentTypeInputAudio = "input_audio"
ContentTypeInputPdf = "application/pdf"
)