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
returnf"Content type {content_type} cannot be simplified to markdown, but here is the raw content:\n{page_raw}"
111
115
112
116
113
117
classFetch(BaseModel):
114
118
url: str=Field(..., description="URL to fetch")
119
+
start_index: int=Field(0, description="On return output starting at this character index, useful if a previous fetch was truncated and more context is required.")
0 commit comments