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
#pragma warning disable SKEXP0060// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
217
+
varplanner=newHandlebarsPlanner();
218
+
219
+
Console.WriteLine("\n\nProcess followed to answer the question:\n");
220
+
varquestion="I want to extract summarized timeline from video file C:\\temp\\ssh.mp4";
#pragma warning restore SKEXP0060// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
231
+
DumpTextSection("RAW FUNCTION CALLS");
232
+
varllmCalls=_loggingProvider.GetLLMCalls();
233
+
foreach(varllmCallinllmCalls)
234
+
{
235
+
Console.WriteLine($"Function {llmCall.ResponseFunctionCall} with arguments {llmCall.ResponseFunctionCallParameters}");
0 commit comments