TaskListPlugin.GetDefaultTasksAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get tasks from the default task list.
[Microsoft.SemanticKernel.KernelFunction]
public System.Threading.Tasks.Task<string> GetDefaultTasksAsync(string includeCompleted = "false", System.Threading.CancellationToken cancellationToken = default);
[<Microsoft.SemanticKernel.KernelFunction>]
member this.GetDefaultTasksAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetDefaultTasksAsync (Optional includeCompleted As String = "false", Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- includeCompleted
- String
- cancellationToken
- CancellationToken
Returns
- Attributes