Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public interface IAgentBase : IDisposable
WebApiOptions Configuration { get; }
bool HasRunningRequest { get; }
IProgressListener ProgressListener { get; set; }
IProgressListener UploadProgressListener { get; set; }
void CancelRequest()
Was this page helpful?