Show / Hide Table of Contents

Enum CodeInterpreterToolCallItemResourceStatus

The CodeInterpreterToolCallItemResourceStatus.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.AgentServer.Contracts.dll
Syntax
public enum CodeInterpreterToolCallItemResourceStatus

Completed

completed.

Failed

failed.

Incomplete

incomplete.

InProgress

in_progress.

Interpreting

interpreting.

Extension Methods

CodeInterpreterToolCallItemResourceStatusExtensions.ToSerialString(CodeInterpreterToolCallItemResourceStatus)
Back to top Azure SDK for .NET