feat: parse and include referenced issues as prompt context (#12)
This commit is contained in:
8
internal/core/model/resource.go
Normal file
8
internal/core/model/resource.go
Normal file
@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type Resource struct {
|
||||
Name string
|
||||
Type string
|
||||
Syntax string
|
||||
Content string
|
||||
}
|
Reference in New Issue
Block a user