Skip to content

Commit f5ca89e

Browse files
committed
fix: cleanup of retrieved columns
1 parent f79a28a commit f5ca89e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/explore/endpoints/explore_saved_queries.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@
174174
"transaction",
175175
"timestamp",
176176
"gen_ai.cost.total_tokens",
177-
"gen_ai.output.model",
178177
"gen_ai.response.model",
179-
"gen_ai.output.messages",
180178
"gen_ai.response.text",
181179
],
182180
"query": "has:gen_ai.cost.total_tokens has:gen_ai.response.model has:gen_ai.response.text",

0 commit comments

Comments
 (0)