Skip to content

Commit 83083e6

Browse files
committed
Add description for search result fields
1 parent 8c16fd2 commit 83083e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llmstack/processors/providers/promptly/web_search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class WebSearchInput(ApiProcessorSchema):
3737

3838

3939
class WebSearchResult(ApiProcessorSchema):
40-
text: str
41-
source: str
40+
text: str = Field(default='', description='Text of the result')
41+
source: str = Field(default='', description='Source URL of the result')
4242

4343

4444
class WebSearchOutput(ApiProcessorSchema):

0 commit comments

Comments
 (0)