Skip to content

Commit cfc87fb

Browse files
feat(api): api update
1 parent c006787 commit cfc87fb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
configured_endpoints: 55
2-
openapi_spec_hash: 7daf4896ba4932714f8fe4fff277d7c7
2+
openapi_spec_hash: d69252c7252423bc98ecc17807eb33ec
33
config_hash: bed87752f4056d0c4bf2ddf856307800

src/codex/types/projects/query_log_list_groups_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@ class QueryLogListGroupsResponse(BaseModel):
337337

338338
formatted_original_question: Optional[str] = None
339339

340+
impact_score: float
341+
"""Impact score used for prioritization sorting"""
342+
340343
is_bad_response: bool
341344

342345
needs_review: bool

0 commit comments

Comments
 (0)