We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70f6d8f + 9292f92 commit 748ab66Copy full SHA for 748ab66
frame.go
@@ -10,8 +10,11 @@ type ToolCategory string
10
type EventType string
11
12
const (
13
+ ProviderToolCategory ToolCategory = "provider"
14
CredentialToolCategory ToolCategory = "credential"
15
ContextToolCategory ToolCategory = "context"
16
+ InputToolCategory ToolCategory = "input"
17
+ OutputToolCategory ToolCategory = "output"
18
NoCategory ToolCategory = ""
19
20
EventTypeRunStart EventType = "runStart"
0 commit comments