df
Browse files
controllers/gpt_enginner20240702025813
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 97d7fbb2f7964e007b08a4ff67e3cedfa5fa0ad4
|
controllers/gpt_enginner20240702025911
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit da076423f9fa9db0cb13f9903a30741ff7329970
|
controllers/gpt_enginner20240702031451
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit b3586e26b7cf8a77dff28a4c350eb74d0ad98461
|
routers/webhook.py
CHANGED
@@ -99,11 +99,14 @@ async def webhook(request: Request):
|
|
99 |
|
100 |
|
101 |
subtitle = f"""
|
102 |
-
<b>ユーザーID:</b>
|
103 |
-
|
|
|
|
|
104 |
|
105 |
<b>送信タイプ:</b> {event_type}
|
106 |
-
<b>ラインへ返信token
|
|
|
107 |
"""
|
108 |
#<b>Webhook Event ID:</b> {webhook_event_id}<br>
|
109 |
#<b>Delivery Context:</b> {json.dumps(delivery_context)}<br>
|
|
|
99 |
|
100 |
|
101 |
subtitle = f"""
|
102 |
+
<b>ユーザーID:</b>
|
103 |
+
{user_id}
|
104 |
+
<b>質問内容:</b>
|
105 |
+
{text}
|
106 |
|
107 |
<b>送信タイプ:</b> {event_type}
|
108 |
+
<b>ラインへ返信token<b> {reply_token}
|
109 |
+
/line_replay でチャットから返信
|
110 |
"""
|
111 |
#<b>Webhook Event ID:</b> {webhook_event_id}<br>
|
112 |
#<b>Delivery Context:</b> {json.dumps(delivery_context)}<br>
|