Share via


FunctionInvokingChatClient.FunctionInvocationStatus Enum

Definition

Provides error codes for when errors occur as part of the function calling loop.

public enum FunctionInvokingChatClient.FunctionInvocationStatus
Inheritance
FunctionInvokingChatClient.FunctionInvocationStatus

Fields

Name Value Description
RanToCompletion 0

The operation completed successfully.

NotFound 1

The requested function could not be found.

Exception 2

The function call failed with an exception.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)