Skip to content

Commit 76dd1f1

Browse files
committed
feat: add run event type constants
Signed-off-by: Donnie Adams <[email protected]>
1 parent c12f828 commit 76dd1f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

event.go

+2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ const (
5858
type EventType string
5959

6060
const (
61+
EventTypeRunStart EventType = "runStart"
6162
EventTypeCallStart EventType = "callStart"
6263
EventTypeCallContinue EventType = "callContinue"
6364
EventTypeCallSubCalls EventType = "callSubCalls"
6465
EventTypeCallProgress EventType = "callProgress"
6566
EventTypeChat EventType = "callChat"
6667
EventTypeCallFinish EventType = "callFinish"
68+
EventTypeRunFinish EventType = "runFinish"
6769
)

0 commit comments

Comments
 (0)