DocumentPlugin.AppendTextAsync(String, String, CancellationToken) Method

Definition

Append the text specified by the text argument to a document. If the document doesn't exist, it will be created.

[Microsoft.SemanticKernel.KernelFunction]
public System.Threading.Tasks.Task AppendTextAsync(string text, string filePath, System.Threading.CancellationToken cancellationToken = default);
[<Microsoft.SemanticKernel.KernelFunction>]
member this.AppendTextAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function AppendTextAsync (text As String, filePath As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

text
String
filePath
String
cancellationToken
CancellationToken

Returns

Attributes

Applies to