diff src/new_chat.red.luan @ 52:27758f3b2d69

add hide_ruby
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 16 Aug 2025 09:56:10 +0900
parents cc20eebaa74a
children f5e72f2d1025
line wrap: on
line diff
--- a/src/new_chat.red.luan	Fri Aug 15 23:24:38 2025 +0900
+++ b/src/new_chat.red.luan	Sat Aug 16 09:56:10 2025 +0900
@@ -21,6 +21,7 @@
 		name = course.name
 		language = course.language
 		tts_instructions = course.tts_instructions
+		has_ruby = course.has_ruby
 		ai_thread = ai_init(course.ai_system_prompt)
 	}
 	chat.save()