We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27aa5db commit 5697955Copy full SHA for 5697955
1 file changed
src/codex/resources/projects/entries.py
@@ -70,6 +70,8 @@ def create(
70
"""
71
Create a knowledge entry for a project.
72
73
+ Raises: HTTPException: If an existing entry is found with the same question.
74
+
75
Args:
76
extra_headers: Send extra headers
77
@@ -387,6 +389,8 @@ async def create(
387
389
388
390
391
392
393
394
395
396
0 commit comments