Closed kodernubie closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.86%. Comparing base (
774fc9d
) to head (b130e7e
). Report is 70 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Describe the change Add Attachments field in MessageRequest struct so we can attach file to thread message and can refer the file in chat content.
Provide OpenAI documentation link https://platform.openai.com/docs/api-reference/messages/createMessage
Describe your solution Adding Attachments Field and tools type const in message.go
Tests using unit test and example app
Additional context
Issue: -