mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 15:38:08 -05:00
chore: fix comments (#163)
This commit is contained in:
@@ -43,7 +43,7 @@ func apiRouter(s *Server) (chi.Router, error) {
|
||||
return r, nil
|
||||
}
|
||||
|
||||
// toolInvokeHandler handles the request for information about a Toolset.
|
||||
// toolsetHandler handles the request for information about a Toolset.
|
||||
func toolsetHandler(s *Server, w http.ResponseWriter, r *http.Request) {
|
||||
toolsetName := chi.URLParam(r, "toolsetName")
|
||||
toolset, ok := s.toolsets[toolsetName]
|
||||
|
||||
Reference in New Issue
Block a user