fix oauth-ai-chat

This commit is contained in:
2025-07-17 19:18:54 +09:00
parent fe9381a860
commit 03161a52ca
5 changed files with 43 additions and 334 deletions

View File

@@ -523,7 +523,8 @@ async fn post_to_atproto(
"slug": "",
"tags": [],
"title": title,
"language": "ja"
"language": "ja",
"type": "ai"
},
"text": pair.question,
"type": "question",
@@ -548,7 +549,8 @@ async fn post_to_atproto(
"slug": "",
"tags": [],
"title": title,
"language": "ja"
"language": "ja",
"type": "ai"
},
"text": pair.answer,
"type": "answer",