feat: parse and include referenced issues as prompt context (#12)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package model
|
||||
|
||||
type Issue struct {
|
||||
ID string
|
||||
Content string
|
||||
ID string
|
||||
Title string
|
||||
Body string
|
||||
}
|
||||
|
Reference in New Issue
Block a user