Skip to content

Commit 9292f92

Browse files
chore: add new constants
1 parent bcf7d41 commit 9292f92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frame.go

+3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ type ToolCategory string
1010
type EventType string
1111

1212
const (
13+
ProviderToolCategory ToolCategory = "provider"
1314
CredentialToolCategory ToolCategory = "credential"
1415
ContextToolCategory ToolCategory = "context"
16+
InputToolCategory ToolCategory = "input"
17+
OutputToolCategory ToolCategory = "output"
1518
NoCategory ToolCategory = ""
1619

1720
EventTypeRunStart EventType = "runStart"

0 commit comments

Comments
 (0)