MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / serializeChatRequestAssistantMessage

Function serializeChatRequestAssistantMessage

out/cli.cjs:77681–77687  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

__restFunction · 0.85
snakeCaseKeysFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…