Skip to content

Commit c8d3169

Browse files
authored
Update semanticSearchPostgresDocs.ts
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
1 parent 0f4d110 commit c8d3169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/semanticSearchPostgresDocs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const zEmbeddedDoc = z.object({
3333
.describe('The path to the header of the documentation entry.'),
3434
sourceUrl: z
3535
.string()
36-
.url()
36+
.nullable()
3737
.describe('The URL of the documentation entry.'),
3838
content: z.string().describe('The content of the documentation entry.'),
3939
tokenCount: z

0 commit comments

Comments
 (0)