MCPcopy
hub / github.com/ConnectAI-E/feishu-openai / sendVisionTopicCard

Function sendVisionTopicCard

code/handlers/msg.go:770–777  ·  view source on GitHub ↗
(ctx context.Context,
	sessionId *string, msgId *string, content string)

Source from the content-addressed store, hash-verified

768}
769
770func sendVisionTopicCard(ctx context.Context,
771 sessionId *string, msgId *string, content string) {
772 newCard, _ := newSendCard(
773 withHeader("🕵️图片推理结果", larkcard.TemplateBlue),
774 withMainText(content),
775 withNote("让LLM和你一起推理图片的内容~"))
776 replyCard(ctx, msgId, newCard)
777}
778
779func sendHelpCard(ctx context.Context,
780 sessionId *string, msgId *string) {

Callers 2

processImageAndReplyMethod · 0.85

Calls 5

newSendCardFunction · 0.85
withHeaderFunction · 0.85
withMainTextFunction · 0.85
withNoteFunction · 0.85
replyCardFunction · 0.85

Tested by

no test coverage detected