Skip to content

Commit

Permalink
Add to tech stack
Browse files Browse the repository at this point in the history
  • Loading branch information
shrir committed Dec 10, 2024
1 parent 42f03e3 commit 2a5c2c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/icps/AgentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ const stackList = [
{ value: "OpenVINO", label: "OpenVINO" },
{ value: "WebSocket", label: "WebSocket" },
{ value: "gRPC", label: "gRPC" },
{ value: "PostgreSQL", label: "PostgreSQL" },
]
stackList.sort((a, b) => a.label.localeCompare(b.label))

Expand Down
2 changes: 2 additions & 0 deletions src/app/domain/jobs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"OpenVINO",
"WebSocket",
"gRPC",
"PostgreSQL",
]

tool_name_special_cases = {
Expand All @@ -80,6 +81,7 @@
"ts": "Typescript",
"node": "Node.js",
"golang": "Go",
"postgres": "PostgreSQL",
}


Expand Down

0 comments on commit 2a5c2c7

Please sign in to comment.