ollama/openai
Bruce MacDonald f82d00af74 openai: do not separate images into their own messages
- Changed the case []any: branch to accumulate text and images into slices first, then create a single api.Message at the end
- Multiple text parts are joined with \n\n
- All images are collected into a single Images slice
2025-12-18 14:07:31 -08:00
..
openai.go openai: do not separate images into their own messages 2025-12-18 14:07:31 -08:00
openai_encoding_format_test.go embedding tests: added check against exact base64 string (#12790) 2025-10-28 10:37:20 -07:00
openai_test.go openai: do not separate images into their own messages 2025-12-18 14:07:31 -08:00
responses.go openai: add tool call appending to previous assistant message (#13434) 2025-12-11 17:30:12 -08:00
responses_test.go openai: add tool call appending to previous assistant message (#13434) 2025-12-11 17:30:12 -08:00