-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5242036
commit cfef773
Showing
2 changed files
with
154 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
## Functions: | ||
|
||
This document provides a comprehensive explanation of the available tools and their respective functionalities. Each tool is tailored to assist users in optimizing tasks and productivity in various scenarios. | ||
|
||
### create_record | ||
**Parameters:** | ||
- `Abstract`: A concise title or identifier for the record. | ||
- `Record`: The content to be saved. | ||
|
||
**Description:** | ||
This function creates a new record within the system, utilizing the specified abstract as its identifier and saving the corresponding content. | ||
|
||
### forget_record | ||
**Parameters:** | ||
- `Abstract`: The identifier of the record to be deleted. | ||
|
||
**Description:** | ||
Deletes a specific record from the system that matches the provided abstract, allowing for efficient management and maintenance of stored data. | ||
|
||
### recall_record | ||
**Parameters:** | ||
- `Abstract`: Terms to search within existing records. | ||
- `Count`: The number of records to retrieve that match the query. | ||
|
||
**Description:** | ||
Retrieves and presents a selection of records closely aligned with the provided search terms, facilitating easy access and organization of information. | ||
|
||
### set_new_reminder | ||
**Parameters:** | ||
- `Abstract`: A succinct description of the reminder's purpose. | ||
- `Time`: The designated time for the reminder's activation. | ||
|
||
**Description:** | ||
This tool establishes a reminder in the system, prompting user awareness and task management at the specified time. | ||
|
||
### get_reminders | ||
**Parameters:** | ||
- `Count`: The quantity of reminders to return. | ||
|
||
**Description:** | ||
Provides a list of the most recent reminders, up to the specified count, ensuring users remain informed of pending tasks. | ||
|
||
### get_reminders_semantically | ||
**Parameters:** | ||
- `Abstract`: The topic or keyword for search-based retrieval. | ||
- `Count`: The number of matching reminders to present. | ||
|
||
**Description:** | ||
Allows for the search and retrieval of reminders that semantically align with the specified topic, enhancing task recall and prioritization. | ||
|
||
### remove_reminder | ||
**Parameters:** | ||
- `Abstract`: The identifier of the reminder to remove. | ||
|
||
**Description:** | ||
Facilitates the deletion of a specified reminder, promoting efficient and clutter-free task management. | ||
|
||
### save_script | ||
**Parameters:** | ||
- `Script Name`: The title of the script. | ||
- `Script Description`: A detailed explanation of the script's functionality and usage. | ||
- `Script Code`: The complete code of the script. | ||
|
||
**Description:** | ||
Enables the saving of a custom script, allowing users to document its functionalities and retain the code for future execution. | ||
|
||
### run_script | ||
**Parameters:** | ||
- `Script Name`: The script to be executed. | ||
- `Arguments`: The arguments to be provided to the script upon execution. | ||
|
||
**Description:** | ||
Executes a predefined script using the specified parameters, streamlining task automation and execution processes. | ||
|
||
### delete_script | ||
**Parameters:** | ||
- `Script Name`: The name of the script to delete. | ||
|
||
**Description:** | ||
Allows users to remove scripts that are outdated or no longer required, keeping the script environment organized and relevant. | ||
|
||
### list_scripts | ||
**Parameters:** None | ||
|
||
**Description:** | ||
Returns an organized list of all saved scripts, ensuring easy access to script functionalities and documentation. | ||
|
||
### search_google | ||
**Parameters:** | ||
- `Query`: The search terms for Google exploration. | ||
|
||
**Description:** | ||
Utilizes Google search capabilities to retrieve information based on user-provided queries, enabling quick access to a vast array of resources. | ||
|
||
### read_webpage | ||
**Parameters:** | ||
- `URL`: The web address to extract text from. | ||
|
||
**Description:** | ||
Extracts and presents textual content from a specified webpage, useful for content gathering and research purposes. | ||
|
||
### search_youtube | ||
**Parameters:** | ||
- `Query`: Keywords for conducting a YouTube search. | ||
- `Count`: The number of search results to display. | ||
|
||
**Description:** | ||
Conducts a video search on YouTube, returning results based on user-defined keywords to aid in media exploration. | ||
|
||
### get_youtube_transcript | ||
**Parameters:** | ||
- `URL`: The URL of the YouTube video to extract transcript from. | ||
|
||
**Description:** | ||
Retrieves the transcript of a specified YouTube video, allowing for analysis of spoken content. | ||
|
||
### generate_image | ||
**Parameters:** | ||
- `Prompt`: A text prompt to guide image generation. | ||
|
||
**Description:** | ||
Generates an image utilizing the provided prompt, employing advanced capabilities to create visual content from textual descriptions. | ||
|
||
### tts_speech | ||
**Parameters:** | ||
- `text`: The text content to be converted into audio. | ||
|
||
**Description:** | ||
Converts the provided text into audible speech, enabling users to harness text-to-speech functionalities for various auditory applications. |