tencentcloud-sdk-ccc 3.0.1047 → 3.0.1049

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cbf83fce21fc309fce2ebc398d7875b3dfe639b4
4
- data.tar.gz: f82b986438e8146fead6addd4cb0891a5830c4cb
3
+ metadata.gz: 5b6cc283b30426b10e5729a15f7ba578134127b9
4
+ data.tar.gz: 86d611b86051c175a7ed1cf5fa8e976e6b64189c
5
5
  SHA512:
6
- metadata.gz: e0869b47d5def16d91ce714b01d6773ccea536767bd9bd10ef9a88c1009d726769841b479231d42a2eb6b2456d9caf08671f22ad681954f0dca709d602b885a8
7
- data.tar.gz: 5af350ed0ee3d3b5f4e8f0f12f7c1d5eb85e5ae8db87355785e8748ade0eb774936ef44b4695dbd51b4f4b9c0344be23a48e14b1b0b7638e4499370b9047e113
6
+ metadata.gz: be1f13026efa06827b1dd44c89c1c56b50d01b314225195c707ba46dab980a8ec6d6bfd37a17ce45fb05f228d4ad7ba9739575ec6327bf90620c151d40802743
7
+ data.tar.gz: 50ea3065c27ba4e7ef7ae878ab92455c868e1a9ec78e8a3d1d9682e72c31ddc33cab0ed696b93584ad246b4a08bef915130658f3fb460b183dae925329293ef3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1047
1
+ 3.0.1049
@@ -126,16 +126,19 @@ module TencentCloud
126
126
  # @type TTSLatency: Integer
127
127
  # @param LLMLatency: llm时延(毫秒)
128
128
  # @type LLMLatency: Integer
129
+ # @param LLMFirstTokenLatency: llm首token时延(毫秒)
130
+ # @type LLMFirstTokenLatency: Integer
129
131
  # @param ETELatency: 端到端时延(毫秒)
130
132
  # @type ETELatency: Integer
131
133
 
132
- attr_accessor :RoundId, :ASRLatency, :TTSLatency, :LLMLatency, :ETELatency
134
+ attr_accessor :RoundId, :ASRLatency, :TTSLatency, :LLMLatency, :LLMFirstTokenLatency, :ETELatency
133
135
 
134
- def initialize(roundid=nil, asrlatency=nil, ttslatency=nil, llmlatency=nil, etelatency=nil)
136
+ def initialize(roundid=nil, asrlatency=nil, ttslatency=nil, llmlatency=nil, llmfirsttokenlatency=nil, etelatency=nil)
135
137
  @RoundId = roundid
136
138
  @ASRLatency = asrlatency
137
139
  @TTSLatency = ttslatency
138
140
  @LLMLatency = llmlatency
141
+ @LLMFirstTokenLatency = llmfirsttokenlatency
139
142
  @ETELatency = etelatency
140
143
  end
141
144
 
@@ -144,6 +147,7 @@ module TencentCloud
144
147
  @ASRLatency = params['ASRLatency']
145
148
  @TTSLatency = params['TTSLatency']
146
149
  @LLMLatency = params['LLMLatency']
150
+ @LLMFirstTokenLatency = params['LLMFirstTokenLatency']
147
151
  @ETELatency = params['ETELatency']
148
152
  end
149
153
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1047
4
+ version: 3.0.1049
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-25 00:00:00.000000000 Z
11
+ date: 2025-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common