[feature] adds web_search and fetch_url tool calls
This commit is contained in:
@@ -748,6 +748,7 @@ export async function registerRoutes(app: FastifyInstance) {
|
||||
|
||||
for await (const ev of runMultiplexStream(body)) {
|
||||
if (ev.type === "meta") send("meta", ev);
|
||||
else if (ev.type === "tool_call") send("tool_call", ev.event);
|
||||
else if (ev.type === "delta") send("delta", ev);
|
||||
else if (ev.type === "done") send("done", ev);
|
||||
else if (ev.type === "error") send("error", ev);
|
||||
|
||||
Reference in New Issue
Block a user