Skip to content

Commit

Permalink
Add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Jul 20, 2023
1 parent e7d8563 commit a59c4e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ Retrieves the available actions based on relevance and last action.
### `get_formatted_actions(search_text: str) -> list`
Retrieve a dict containing the available actions in several formats

### `get_action_from_memory(action_name) -> dict or None`
Retrieve an action from memory based on the action's name.
### `search_actions(search_text: str, n_results: int=5) -> list`
Searches for actions based on a query text.

Expand Down

0 comments on commit a59c4e3

Please sign in to comment.