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
system: "You are an assistant responsible for evaluating the results of calling various tools. Given the user's query, use the tools available to you to answer the question.",
26
+
tools: toolSet,
27
+
prompt: input,
28
+
maxRetries: 1,
29
+
maxSteps: 10,
30
+
})
31
+
32
+
forawait(constpartofres.fullStream){
33
+
34
+
}
35
+
36
+
// convert into an LLM readable result so our factuality checker can validate tool calls
0 commit comments