Skip to content

Commit 4bc752b

Browse files
feat(api): api update
1 parent 5608ea3 commit 4bc752b

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: 54
2-
openapi_spec_hash: ad0180a0926e2b6434601e6adf9c322a
2+
openapi_spec_hash: 7daf4896ba4932714f8fe4fff277d7c7
33
config_hash: 930284cfa37f835d949c8a1b124f4807

src/codex/types/project_validate_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ class ProjectValidateResponse(BaseModel):
5959
to answer, if it does not already exist.
6060
"""
6161

62+
log_id: str
63+
"""The UUID of the query log entry created for this validation request."""
64+
6265
should_guardrail: bool
6366
"""
6467
True if the response should be guardrailed by the AI system, False if the

0 commit comments

Comments
 (0)