fix: restore go compatibility for runtime models
This commit is contained in:
@@ -5,8 +5,11 @@ type Snapshot struct {
|
||||
SpawnEdges []SpawnEdge `json:"spawnEdges"`
|
||||
Goals []Goal `json:"goals"`
|
||||
Source SourceEvidence `json:"source"`
|
||||
Sources SourceMap `json:"sources"`
|
||||
}
|
||||
|
||||
type SourceMap map[string]SourceEvidence
|
||||
|
||||
type Thread struct {
|
||||
ID string `json:"id"`
|
||||
Role string `json:"role"`
|
||||
|
||||
Reference in New Issue
Block a user