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
{
"agentId":"stackoverflow",
"title":"What does 'synchronized' mean?",
"url":"https://stackoverflow.com/questions/1085709/what-does-synchronized-mean",
"question":"I have some questions regarding the usage and significance of ...",
"answers":["The synchronized keyword is all about ...", "Well, I think we had enough of theoretical ..."]
}
当在网页内唤起弹窗时,需要给会话自动关联页面的基本信息。不同的页面关联到的信息是不一样的,例如对stackoverflow需要关联问题和回答,对readme需要关联文本等。
这里定一个基础的模式,适用于所有页面。
从页面中提取基本信息
作为对比(不属于本需求),针对 stackoverflow 定制的 agent,获取到的页面信息如下
在弹窗中展示引用状态
title
字段。如没有,则显示为引用
拼接 Prompt
The text was updated successfully, but these errors were encountered: