cloudwego / cloudwego/eino-ext
feat(openai acl):UserInputMultiContent support file_url type
Open
Beginner friendly
- Dominant language
- Go
- Stars
- 811
- Forks
- 368
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 13
Description
libs/acl/openai/chat_model.go buildMessageFromUserInputMultiContent支持了 text, image_url, audio_url, video_url,但是没有支持file_url。
Contributor guide
Research direction
Open libs/acl/openai/chat_model.go and find buildMessageFromUserInputMultiContent. Compare its existing text, image_url, audio_url, and video_url handling, then add support for file_url in the same conversion path. Done means UserInputMultiContent values with file_url are accepted and represented correctly alongside the currently supported content types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- ai, api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100