Back to Devexpress

MemoSmartAutoCompleteSuggestionReceivedEventArgs.ResponseStatus Property

blazor-devexpress-dot-aiintegration-dot-blazor-dot-editors-dot-memosmartautocompletesuggestionreceivedeventargs-daa74cb9.md

latest2.4 KB
Original Source

MemoSmartAutoCompleteSuggestionReceivedEventArgs.ResponseStatus Property

Returns the AI service response status.

Namespace : DevExpress.AIIntegration.Blazor.Editors

Assembly : DevExpress.AIIntegration.Blazor.Editors.v25.2.dll

NuGet Package : DevExpress.AIIntegration.Blazor.Editors

Declaration

csharp
public ResponseStatus ResponseStatus { get; }

Property Value

TypeDescription
ResponseStatus

The response status.

|

Available values:

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).

|

Remarks

Refer to the SuggestionReceived event description for additional information and an example.

See Also

MemoSmartAutoCompleteSuggestionReceivedEventArgs Class

MemoSmartAutoCompleteSuggestionReceivedEventArgs Members

DevExpress.AIIntegration.Blazor.Editors Namespace