Skip to content

Commit 1fb6cda

Browse files
author
Evan Lin
committed
Update ImagePrompt in bot.go
1 parent 3c3a5de commit 1fb6cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
// Const variables of Prompts.
17-
const ImagePrompt = "這是一張名片,你是一個名片秘書。請將以下資訊整理成 json 給我 Name, Title, Address, Email, Phone Number"
17+
const ImagePrompt = "這是一張名片,你是一個名片秘書。請將以下資訊整理成 json 給我。 只好 json 就好: Name, Title, Address, Email, Phone Number "
1818

1919
// replyText: Reply text message to LINE server.
2020
func replyText(replyToken, text string) error {

0 commit comments

Comments
 (0)