DocumentPlugin.AppendTextAsync(String, 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.
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