Skip to content

Commit bf1dd6b

Browse files
fix example
1 parent f6a8aff commit bf1dd6b

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

dotnet/samples/KernelSyntaxExamples/Example51_StepwisePlanner.cs

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -36,50 +36,6 @@ public static async Task RunAsync()
3636
}
3737
}
3838

39-
// RunTextCompletion
40-
// *****************************************************
41-
// Question: Who is the current president of the United States? What is his current age divided by 2
42-
// Result: The current president of the United States is Joe Biden. His current age divided by 2 is 40.
43-
// Steps Taken: 6
44-
// Skills Used: 5 (WebSearch.Search(1), time.Year(1), time.MonthNumber(1), advancedCalculator.Calculator(2))
45-
// Time Taken: 00:00:29.7883820
46-
// *****************************************************
47-
// RunChatCompletion
48-
// *****************************************************
49-
// Question: Who is the current president of the United States? What is his current age divided by 2
50-
// Result: The current president of the United States is Joseph R. Biden, Jr. His current age divided by 2 is 40.5.
51-
// Steps Taken: 8
52-
// Skills Used: 7 (WebSearch.Search(4), time.Year(1), advancedCalculator.Calculator(2))
53-
// Time Taken: 00:03:13.8966442
54-
// *****************************************************
55-
56-
// RunTextCompletion
57-
// *****************************************************
58-
// Question: Who is Leo DiCaprio's girlfriend? What is her current age raised to the (his current age)/100 power?
59-
// Result: Leo DiCaprio's girlfriend is Camila Morrone, and her current age raised to the (his current age)/100 power is 5.
60-
// Steps Taken: 26
61-
// Skills Used: 13 (WebSearch.Search(4), time.Year(1), time.MonthNumber(2), time.Day(1), store(2), advancedCalculator.Calculator(3))
62-
// Time Taken: 00:01:49.6237232
63-
// *****************************************************
64-
65-
// RunTextCompletion
66-
// *****************************************************
67-
// Question: What is the capital of France? Who is that cities current mayor? What percentage of their life has been in the 21st century as of today?
68-
// Result: The capital of France is Paris. The current mayor of Paris is Anne Hidalgo. The percentage of her life that has been in the 21st century as of today is 36.64%.
69-
// Steps Taken: 10
70-
// Skills Used: 8 (WebSearch.Search(3), time.Today(1), advancedCalculator.Calculator(4))
71-
// Time Taken: 00:00:56.3130173
72-
// *****************************************************
73-
74-
// RunTextCompletion
75-
// *****************************************************
76-
// Question: What is the current day of the calendar year? Using that as an angle in degrees, what is the area of a unit circle with that angle?
77-
// Result: The area of a sector of a unit circle with the angle corresponding to the current day of the calendar year is 1.4022465753424658 square units.
78-
// Steps Taken: 5
79-
// Skills Used: 4 (time.DayOfYear(1), WebSearch.Search(1), advancedCalculator.Calculator(2))
80-
// Time Taken: 00:00:31.5772418
81-
// *****************************************************
82-
8339
public static async Task RunTextCompletion(string question)
8440
{
8541
Console.WriteLine("RunTextCompletion");

0 commit comments

Comments
 (0)