Skip to content

Commit

Permalink
Update ImagePrompt in bot.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai committed Jan 30, 2024
1 parent 1197851 commit da2b04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// Const variables of Prompts.
const ImagePrompt = "這是一張名片,你是一個名片秘書。請將以下資訊整理成 json 給我。如果看不出來的,幫我填寫 N/A, 只好 json 就好: Name, Title, Address, Email, Phone, Company"
const ImagePrompt = "這是一張名片,你是一個名片秘書。請將以下資訊整理成 json 給我。如果看不出來的,幫我填寫 N/A, 只好 json 就好: Name, Title, Address, Email, Phone, Company. 其中 Phone 的內容格式為 #886-0123-456-789,1234. 沒有分機就忽略 ,1234"

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

0 comments on commit da2b04f

Please sign in to comment.