Table of Contents

Class CodeBugDetectionRequest

Namespace
AiDotNet.ProgramSynthesis.Requests
Assembly
AiDotNet.dll

Request for identifying potential bugs and issues in code.

public sealed class CodeBugDetectionRequest : CodeTaskRequestBase
Inheritance
CodeBugDetectionRequest
Inherited Members

Properties

Code

public string Code { get; set; }

Property Value

string

Task

Gets the requested task.

public override CodeTask Task { get; }

Property Value

CodeTask