get_article
Retrieve the content of a knowledge-base article by providing its filename.
Instructions
Responsible to obtain an article Args: name: the filename of the article Returns: the content of the article in string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |