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
"Search the Hacker News front page and summarize the top 3 stories in one sentence each. And also see if there was any new stories about Apple on Hacker News.",
34
+
)
35
+
.tools(vec![Tool::WebSearch(web_search)])
36
+
.build()?;
37
+
38
+
let response = client.responses().create(request).await?;
0 commit comments