file-io
Search and access file content to retrieve specific information from documents, enabling quick data lookup and content extraction.
Instructions
Search and access file content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parameters | Yes |
Input Schema (JSON Schema)
{
"properties": {
"parameters": {
"title": "parameters",
"type": "string"
}
},
"required": [
"parameters"
],
"type": "object"
}