Commit e2831c1
authored
proto: bump transcript ID max_len from 128 to 256 (#2427)
The 128-char cap on conversation_id, turn_id, tool_call_id, model,
and user_id has no upstream basis. OTel doesn't constrain
gen_ai.conversation.id; chat platforms (Microsoft Teams personal-DM
threads, Slack thread IDs, Discord channel IDs) routinely produce
IDs that exceed 128 characters. When buf-validate rejects the
TranscriptSummary response, the per-agent Transcripts tab is empty
even though the spans are visible in the global tracing view.
Bump to 256 across the board for consistency with the existing
title and TranscriptToolCall.name fields.1 parent 2389de8 commit e2831c1
3 files changed
Lines changed: 13 additions & 13 deletions
File tree
- backend/pkg/protogen/redpanda/api/dataplane/v1alpha3
- frontend/src/protogen/redpanda/api/dataplane/v1alpha3
- proto/redpanda/api/dataplane/v1alpha3
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
0 commit comments