Class CodeInterpreter
- Namespace
- Uralstech.UAI.Abstraction.Tools
A code interpreter tool.
public class CodeInterpreter : INativeTool, ITool
- Inheritance
-
objectCodeInterpreter
- Implements
Constructors
CodeInterpreter()
public CodeInterpreter()
CodeInterpreter(Function)
public CodeInterpreter(Function fallback)
Parameters
fallbackFunctionFallback 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
Type
The type of the tool.
public ToolType Type { get; }