ArxivTools
Namespace: Wisej.AI.Tools
Assembly: Wisej.AI
- C#
- VB.NET
public class ArxivTools : ToolsContainer
Public Class ArxivTools
Inherits ToolsContainer
Constructors
ArxivTools(url)
Initializes a new instance of ArxivTools.
| Name | Type | Description |
|---|---|---|
| url | String |
Properties
MaxContextTokens
Int32: (Default: 4096)
MaxSites
Int32: (Default: 5)
Url
Methods
read_documents(urls)
| Parameter | Type | Description |
|---|---|---|
| urls | String[] |
Returns: Task<String>.
search(search_query)
| Parameter | Type | Description |
|---|---|---|
| search_query | String |
Returns: Task<String>.
Implements
| Name | Description |
|---|---|
| IToolsContainer | Represents a container for tools, providing access to a hub, adapter, and a collection of parameters. |