Enum "AOAI Function Response Status"

ID 7777
Namespace: System.AI

The status of the function response.

Properties

Name Value
Access Public
Extensible False

Values

Name Description
"Not Invoked"

The function has not been invoked.

"Invoke Success"

The function was invoked and completed without error.

"Invoke Error"

The function was invoked and completed with error.

"Function Not Found"

The requested function could not be found.

"Function Invalid"

The requested function was invalid.

See also