We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5608ea3 commit 4bc752bCopy full SHA for 4bc752b
.stats.yml
@@ -1,3 +1,3 @@
1
configured_endpoints: 54
2
-openapi_spec_hash: ad0180a0926e2b6434601e6adf9c322a
+openapi_spec_hash: 7daf4896ba4932714f8fe4fff277d7c7
3
config_hash: 930284cfa37f835d949c8a1b124f4807
src/codex/types/project_validate_response.py
@@ -59,6 +59,9 @@ class ProjectValidateResponse(BaseModel):
59
to answer, if it does not already exist.
60
"""
61
62
+ log_id: str
63
+ """The UUID of the query log entry created for this validation request."""
64
+
65
should_guardrail: bool
66
67
True if the response should be guardrailed by the AI system, False if the
0 commit comments