Skip to content

Commit 5697955

Browse files
feat(api): api update (#67)
1 parent 27aa5db commit 5697955

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/codex/resources/projects/entries.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ def create(
7070
"""
7171
Create a knowledge entry for a project.
7272
73+
Raises: HTTPException: If an existing entry is found with the same question.
74+
7375
Args:
7476
extra_headers: Send extra headers
7577
@@ -387,6 +389,8 @@ async def create(
387389
"""
388390
Create a knowledge entry for a project.
389391
392+
Raises: HTTPException: If an existing entry is found with the same question.
393+
390394
Args:
391395
extra_headers: Send extra headers
392396

0 commit comments

Comments
 (0)