We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d18da commit efba501Copy full SHA for efba501
1 file changed
src/genai/client.ts
@@ -35,7 +35,8 @@ export class Client {
35
vertexai: true,
36
httpOptions: options.apiEndpoint ? {baseUrl: options.apiEndpoint} :
37
undefined,
38
- userAgentExtra: `vertex-genai-modules/${SDK_VERSION}`,
+ userAgentExtra:
39
+ `vertex-genai-modules/${SDK_VERSION} gl-node/${process.version}`,
40
});
41
42
this._agentEnginesInternal = new AgentEngines(this.apiClient);
0 commit comments