Skip to content

Commit 7807051

Browse files
committed
whitespace
1 parent b7974a8 commit 7807051

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sentry_sdk/consts.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,46 +225,55 @@ class SPANDATA:
225225

226226
AI_DOCUMENTS = "ai.documents"
227227
"""
228+
228229
Example:
229230
"""
230231

231232
AI_SEARCH_QUERIES = "ai.search_queries"
232233
"""
234+
233235
Example:
234236
"""
235237

236238
AI_SEARCH_RESULTS = "ai.search_results"
237239
"""
240+
238241
Example:
239242
"""
240243

241244
AI_GENERATION_ID = "ai.generation_id"
242245
"""
246+
243247
Example:
244248
"""
245249

246250
AI_SEARCH_REQUIRED = "ai.is_search_required"
247251
"""
252+
248253
Example:
249254
"""
250255

251256
AI_FINISH_REASON = "ai.finish_reason"
252257
"""
258+
253259
Example:
254260
"""
255261

256262
AI_PIPELINE_NAME = "ai.pipeline.name"
257263
"""
264+
258265
Example:
259266
"""
260267

261268
AI_TEXTS = "ai.texts"
262269
"""
270+
263271
Example:
264272
"""
265273

266274
AI_WARNINGS = "ai.warnings"
267275
"""
276+
268277
Example:
269278
"""
270279

0 commit comments

Comments
 (0)