Back to Devexpress

ResponseStatus Enum

corelibraries-devexpress-dot-aiintegration-dot-extensions-8625b882.md

latest2.1 KB
Original Source

ResponseStatus Enum

Enumerates response statuses.

Namespace : DevExpress.AIIntegration.Extensions

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public enum ResponseStatus
vb
Public Enum ResponseStatus

Members

NameDescription
Completed

Indicates that the operation completed successfully. All requested data has been processed and the response is ready for use.

| | ChunksQueued |

This member supports the internal infrastructure, and is not intended to be used directly from your code.

| | WaitingForNextChunk |

This member supports the internal infrastructure, and is not intended to be used directly from your code.

| | MaxTokenLimitExceeded |

Indicates that the operation stopped because the maximum number of tokens was exceeded.

| | InputSizeLimitExceeded |

Indicates that the input text exceeded the allowed size limit (the process did not complete successfully).

| | ContentFiltered |

Indicates that the output of an operation was blocked or modified because the content triggered a filter (for example, inappropriate or sensitive content).

| | OperationCanceled |

Indicates that the operation was intentionally canceled before completion.

| | Error |

Indicates that the operation failed due to an unexpected issue (for example, a timeout or loss of internet connection).

|

The following properties accept/return ResponseStatus values:

See Also

DevExpress.AIIntegration.Extensions Namespace