You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: str=Field(description="The title of curated article title")
100
-
summary: str=Field(
101
-
description="summary of curated article"
102
-
)
103
-
curated_source_url: str=Field(description="url of curated source")
104
-
content_source_type: str=Field(description="type of curated contents in ‘sponsor’,’course’,’release’,’news’,’article’,’others’,’project’,’tutorial’,’event’ ")
105
-
author: str=Field(description="author of curated article")
106
-
107
-
classPyCondersWeeklyResult(BaseModel):
108
-
issue_number: str=Field(description="number of issue")
109
-
published_date: date=Field(description="The published date of the weekly article")
110
-
issues: list[PyCondersSource] =Field(description="issues of the newletters")
111
-
112
-
113
-
system_prompt="You are an AI assistant specialized in extracting core curated content from a given weekly newsletter URL and clearly separating each content item."
114
-
115
-
system_prompt="You are an AI assistant specialized in extacting core curated content from a given weekly newsletter html and clearly separating each content item."
116
-
117
-
system_prompt="You are an AI assistant specialized in extracting core curated content from a given weekly newsletter markdown and clearly separating each content item."
# title: str = Field(description="The title of curated article title")
100
+
# summary: str = Field(
101
+
# description="summary of curated article"
102
+
# )
103
+
# curated_source_url: str = Field(description="url of curated source")
104
+
# content_source_type: str = Field(description="type of curated contents in ‘sponsor’,’course’,’release’,’news’,’article’,’others’,’project’,’tutorial’,’event’ ")
105
+
# author: str = Field(description="author of curated article")
106
+
#
107
+
# class PyCondersWeeklyResult(BaseModel):
108
+
# issue_number: str = Field(description="number of issue")
109
+
# published_date: date = Field(description="The published date of the weekly article")
110
+
# issues: list[PyCondersSource] = Field(description="issues of the newletters")
111
+
#
112
+
#
113
+
# system_prompt = "You are an AI assistant specialized in extracting core curated content from a given weekly newsletter URL and clearly separating each content item."
114
+
#
115
+
# system_prompt = "You are an AI assistant specialized in extacting core curated content from a given weekly newsletter html and clearly separating each content item."
116
+
#
117
+
# system_prompt = "You are an AI assistant specialized in extracting core curated content from a given weekly newsletter markdown and clearly separating each content item."
0 commit comments