MCPcopy Create free account
hub / github.com/e2b-dev/surf / getRoleIcon

Function getRoleIcon

components/chat/message.tsx:129–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 const getRoleIcon = () => {
130 if (isUser) return <User className="h-3 w-3" />;
131 if (isAssistant) {
132 return <OpenAiLogo className="h-3 w-3" />;
133 }
134 return <Info className="h-3 w-3" />;
135 };
136
137 const roleLabel = isUser ? "You" : isAssistant ? "Assistant" : "System";
138

Callers 1

ChatMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected