Skip to content

Commit

Permalink
chore(devops): add tools
Browse files Browse the repository at this point in the history
Change-Id: Ibd7bf9cc9aaac858fd31166aa56578301e9215cd
  • Loading branch information
zhuangjie1125 committed Jan 10, 2025
1 parent 2b102dd commit 559342f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/model/canvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ const (
ComponentOfLoader Component = "Loader"
ComponentOfTransformer Component = "DocumentTransformer"
ComponentOfTool Component = "Tool"
ComponentOfToolsNode Component = "ToolsNode"
ComponentOfChatModel Component = "ChatModel"
ComponentOfChatTemplate Component = "ChatTemplate"
ComponentOfIndexer Component = "Indexer"
Expand Down Expand Up @@ -214,4 +215,5 @@ type Slot struct {
Multiple bool `json:"multiple"`
Required bool `json:"required"`
ComponentItems []ComponentSchema `json:"component_items"`
GoDefinition *GoDefinition `json:"go_definition,omitempty"`
}

0 comments on commit 559342f

Please sign in to comment.