DataTableFilterTools
Namespace: Wisej.AI.Tools
Assembly: Wisej.AI
- C#
- VB.NET
public class DataTableFilterTools : ToolsContainer
Public Class DataTableFilterTools
Inherits ToolsContainer
Constructors
DataTableFilterTools(dataTable)
Initializes a new instance of DataTableFilterTools.
| Name | Type | Description |
|---|---|---|
| dataTable | DataTable |
Properties
DataTable
DataTable: (Default: null)
MaxContextTokens
Int32: (Default: 4096)
Methods
BuildDataTableSchema(dataTable)
| Parameter | Type | Description |
|---|---|---|
| dataTable | DataTable |
Returns: String.
filter(expression)
| Parameter | Type | Description |
|---|---|---|
| expression | String |
Returns: String.
Implements
| Name | Description |
|---|---|
| IToolsContainer | Represents a container for tools, providing access to a hub, adapter, and a collection of parameters. |