Interface IHostedToolOptions
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IHostedToolOptions
Properties
| Edit this page View SourceToolTypesByApi
Declaration
Dictionary<Api, ToolType> ToolTypesByApi { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<Api, ToolType> |
Methods
| Edit this page View SourceGetHostedTools(Model)
Declaration
IEnumerable<Tool> GetHostedTools(Model model)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model |
Returns
| Type | Description |
|---|---|
| IEnumerable<Tool> |
IsSupported(Api)
Declaration
bool IsSupported(Api api)
Parameters
| Type | Name | Description |
|---|---|---|
| Api | api |
Returns
| Type | Description |
|---|---|
| bool |