googleapis / googleapis/nodejs-agentplatform
Support for proxies please!
- Lingua principale
- TypeScript
- Stelle
- 182
- Fork
- 69
- Merge medio
- 1g 8h
- PR unite (30g)
- 10
Descrizione
**Is your feature request related to a problem? Please describe.**
The library does not work behind a proxy. This is because it uses node's in-built `fetch` function to post to Vertex, and `fetch` has no proxy support.
**Describe the solution you'd like**
Please use something other than `fetch` to call the Vertex and allow for proxy support in some way, such as a proxy config object being passed in to the VertexAI constructor (I have not through through the most appropriate way to configure the proxy settings). Note that GCP CLI supports this, so it seems odd that this library does not. It's critical to our use case so I will need to fork the SDK to be able to use it.
**Describe alternatives you've considered**
There are no alternatives. We can't use the SDK without this feature.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Start at the VertexAI constructor and the calls that use Node's built-in fetch to post to Vertex. Determine how proxy settings should be configured and passed through; done means the SDK can make Vertex requests through a proxy without requiring a fork.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- google-cloud, node.js, typescript
- Ambito
- api, networking
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100