(&mut self, context: GhIssueContext)
| 78 | } |
| 79 | |
| 80 | pub fn set_context(&mut self, context: GhIssueContext) { |
| 81 | self.context = Some(context); |
| 82 | } |
| 83 | |
| 84 | fn get_transcript(context: &GhIssueContext) -> String { |
| 85 | let mut transcript_str = String::from("```\n[chat-transcript]\n"); |