File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,16 @@ type Frame struct {
1010}
1111
1212type RunFrame struct {
13- Calls map [string ]Call `json:"-"`
14- ID string `json:"id"`
15- Program Program `json:"program"`
16- Input string `json:"input"`
17- Output string `json:"output"`
18- Error string `json:"error"`
19- Start time.Time `json:"start"`
20- End time.Time `json:"end"`
21- State RunState `json:"state"`
22- ChatState any `json:"chatState"`
23- Type EventType `json:"type"`
13+ ID string `json:"id"`
14+ Program Program `json:"program"`
15+ Input string `json:"input"`
16+ Output string `json:"output"`
17+ Error string `json:"error"`
18+ Start time.Time `json:"start"`
19+ End time.Time `json:"end"`
20+ State RunState `json:"state"`
21+ ChatState any `json:"chatState"`
22+ Type EventType `json:"type"`
2423}
2524
2625type CallFrame struct {
You can’t perform that action at this time.
0 commit comments