Table of Contents

Method GetBytesAsync

Namespace
LMKit.Agents.Skills
Assembly
LM-Kit.NET.dll

GetBytesAsync(CancellationToken)

Gets the raw bytes of this resource asynchronously.

public Task<byte[]> GetBytesAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to observe while waiting for the task to complete.

Returns

Task<byte[]>

A task representing the asynchronous read operation.