Class CodeInterpreterSettings
Inheritance
CodeInterpreterSettings
Assembly: Glitch9.AIDevKit.dll
Syntax
[Serializable]
public sealed class CodeInterpreterSettings : IHostedToolOptions
Properties
|
Edit this page
View Source
ContainerId
Declaration
public string ContainerId { get; }
Property Value
|
Edit this page
View Source
ReferenceSource
Declaration
public CodeReferenceSource ReferenceSource { get; }
Property Value
|
Edit this page
View Source
Declaration
public Dictionary<Api, ToolType> ToolTypesByApi { get; }
Property Value
|
Edit this page
View Source
UploadedFileIds
Declaration
public TextAsset UploadedFileIds { get; }
Property Value
| Type |
Description |
| TextAsset |
|
Methods
|
Edit this page
View Source
Declaration
public IEnumerable<Tool> GetHostedTools(Model model)
Parameters
| Type |
Name |
Description |
| Model |
model |
|
Returns
Implements
Extension Methods