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
"description": "Parse the text of the webpage based on tthe question. Extract all related infomation about `Question` from the webpage. ! Don't provide information that is not shown in the webpage! ! Don't provide your own opinion!",
229
-
"parameters": {
230
-
"type": "object",
231
-
"properties": {
232
-
"summary": {
233
-
"type": "string",
234
-
"description": "Summary of the webpage with 50 words. Make sure all important information about `Question` is included. ! Don't provide information that is not shown in the webpage! ! Don't provide your own opinion!",
"description": "Parse the text of the webpage based on tthe question. Extract all related infomation about `Question` from the webpage. ! Don't provide information that is not shown in the webpage! ! Don't provide your own opinion!",
230
+
"parameters": {
231
+
"type": "object",
232
+
"properties": {
233
+
"summary": {
234
+
"type": "string",
235
+
"description": "Summary of the webpage with 50 words. Make sure all important information about `Question` is included. ! Don't provide information that is not shown in the webpage! ! Don't provide your own opinion!",
236
+
},
237
+
"related_details": {
238
+
"type": "string",
239
+
"description": "List all webpage details related to the question. Maximum 400 words. ! Don't provide information that is not shown in the webpage! ! Don't provide your own opinion!",
240
+
},
241
+
"useful_hyperlinks": {
242
+
"type": "array",
243
+
"description": "Maximum 3 items. Select useful hyperlinks in the webpage that related to the question. Make sure the url is useful for further browse. Don't provide repeated hyperlinks.",
244
+
"items": {
237
245
"type": "string",
238
-
"description": "List all webpage details related to the question. Maximum 400 words. ! Don't provide information that is not shown in the webpage! ! Don't provide your own opinion!",
239
-
},
240
-
"useful_hyperlinks": {
241
-
"type": "array",
242
-
"description": "Maximum 3 items. Select useful hyperlinks in the webpage that related to the question. Make sure the url is useful for further browse. Don't provide repeated hyperlinks.",
243
-
"items": {
244
-
"type": "string",
245
-
"description": "! Don't provide hyperlinks that is not shown in the webpage! ! Don't provide your own opinion!",
246
-
},
246
+
"description": "! Don't provide hyperlinks that is not shown in the webpage! ! Don't provide your own opinion!",
247
247
},
248
248
},
249
-
"required": [
250
-
"summary",
251
-
"related_details",
252
-
"useful_hyperlinks",
253
-
],
254
249
},
255
-
}
256
-
],
257
-
function_call={"name": "parse_web_text"},
258
-
)
250
+
"required": [
251
+
"summary",
252
+
"related_details",
253
+
"useful_hyperlinks",
254
+
],
255
+
},
256
+
}
257
+
],
258
+
function_call={"name": "parse_web_text"})
259
259
exceptExceptionase:
260
260
logger.error("Failed to call the tool. Exception: "+str(e))
0 commit comments