We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da30ca2 commit cedfba4Copy full SHA for cedfba4
client/dto/genai.go
@@ -37,6 +37,7 @@ const (
37
UpdateConnector RequestAction = "UPDATE_CONNECTOR"
38
CreateStepGroup RequestAction = "CREATE_STEP_GROUP"
39
UpdateStepGroup RequestAction = "UPDATE_STEP_GROUP"
40
+ CreateProcess RequestAction = "CREATE_PROCESS"
41
)
42
43
type ServiceChatParameters struct {
0 commit comments