Table of Contents

Class CodeInterpreter

A code interpreter tool.

public class CodeInterpreter : INativeTool, ITool
Inheritance
object
CodeInterpreter
Implements

Constructors

CodeInterpreter()

public CodeInterpreter()

CodeInterpreter(Function)

public CodeInterpreter(Function fallback)

Parameters

fallback Function

Fallback function if this native tool is not supported by the service.

Properties

Fallback

Fallback function if this native tool is not supported by the service.

public Function Fallback { get; }

Property Value

Function

Type

The type of the tool.

public ToolType Type { get; }

Property Value

ToolType