Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Since our prompt will be a new function and have multiple parameters, we will also need to create a new config.json
file.”
A block of code is set as follows:
response = await kernel.invoke(pe_plugin["chain_of_thought"], KernelArguments(problem = problem, input = solve_steps)) print(f"\n\nFinal answer: {str(response)}\n\n")
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default] exten => s,1,Dial(Zap/1|30) exten => s,2,Voicemail(u100) exten => s,102,Voicemail(b100) exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
dotnet add package Microsoft.SemanticKernel. s.Handlebars --version 1.0.1-preview
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “S Once these configurations are done, click Review + create and your web application will be deployed in a few minutes.”
Tips or important notes
Appear like this.