File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments