(obj)
| 77679 | function serializeChatRequestContentItemUnion(obj) { |
| 77680 | switch (obj.type) { |
| 77681 | case "image_url": |
| 77682 | return serializeChatMessageImageContentItem(obj); |
| 77683 | default: |
| 77684 | return obj; |
| 77685 | } |
| 77686 | } |
| 77687 | function serializeChatRequestAssistantMessage(obj) { |
| 77688 | if (obj.content === void 0) { |
| 77689 | obj.content = null; |
| 77690 | } |
no test coverage detected
searching dependent graphs…