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

Function sendPicCreateInstructionCard

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

Source from the content-addressed store, hash-verified

713}
714
715func sendPicCreateInstructionCard(ctx context.Context,
716 sessionId *string, msgId *string) {
717 newCard, _ := newSendCard(
718 withHeader("🖼️ 已进入图片创作模式", larkcard.TemplateBlue),
719 withPicResolutionBtn(sessionId),
720 withNote("提醒:回复文本或图片,让AI生成相关的图片。"))
721 replyCard(ctx, msgId, newCard)
722}
723
724func sendVisionInstructionCard(ctx context.Context,
725 sessionId *string, msgId *string) {

Callers 1

ExecuteMethod · 0.85

Calls 5

newSendCardFunction · 0.85
withHeaderFunction · 0.85
withPicResolutionBtnFunction · 0.85
withNoteFunction · 0.85
replyCardFunction · 0.85

Tested by

no test coverage detected