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
// Get the best source URL (prefer company domains over news/wiki)
39
39
constsourceUrl=results.results[0]?.url??null;
40
40
41
-
const{output}=awaitgenerateText({
41
+
const{object}=awaitgenerateObject({
42
42
model: anthropic("claude-sonnet-4-20250514"),
43
43
prompt: `Extract the official website URL and a brief description for "${companyName}" from these search results:
44
44
@@ -49,16 +49,16 @@ Instructions:
49
49
2. Description: Write a VERY short tagline (10-15 words max). Example: "Cloud infrastructure for deploying and scaling applications globally."
50
50
51
51
If you can't find the official website in the results, ${companyUrl ? `use "${companyUrl}".` : "make your best guess based on the company name (e.g., \"https://companyname.com\")."}`,
0 commit comments