2025-06-18 04:32:14 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
json.id chat.id
|
|
|
|
json.title chat.title
|
|
|
|
json.error chat.error.present? ? chat.error : nil
|
|
|
|
json.created_at chat.created_at.iso8601
|
2025-06-18 04:36:31 -05:00
|
|
|
json.updated_at chat.updated_at.iso8601
|