Information related to GPT-generated content for an issue.
type GPTInfo { gptResponse: String user: String createdAt: Date }
gptResponse String
String
Response text from GPT
user String
User who requested or interacted with GPT
createdAt Date
Date
Date when the GPT response was created
{} Issue.gptInfo
Last updated 7 months ago