Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions admin_manual/ai/app_context_agent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,17 @@ Cookbook tools

* Example prompt: *"Which recipe categories do I have in my cookbook?"*

Deck tools
~~~~~~~~~~
Deck tools (require `Deck <https://apps.nextcloud.com/apps/deck>`_)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* List deck boards

* Example prompt: *"List the deck boards I have access to."*

* List the cards on a deck board

* Example prompt: *"List the cards on my Personal deck board."*

* Add a new card

* Example prompt: *"Can you add a card with title 'Repair kitchen sink' to my Personal deck board?"*
Expand All @@ -175,6 +179,22 @@ Deck tools

* Example prompt: *"Delete the 'Repair kitchen sink' card in my Personal deck board."*

* List the comments on a deck card

* Example prompt: *"Show the comments on the 'Repair kitchen sink' card in my Personal deck board."*

* Add a comment to a deck card

* Example prompt: *"Add a comment 'I'll handle this Friday' to 'Repair kitchen sink' in my Personal deck board."*

* Edit a comment on a deck card

* Example prompt: *"Update my last comment on the 'Repair kitchen sink' card to say 'Moved to Saturday'."*

* Delete a comment on a deck card

* Example prompt: *"Delete my last comment on the 'Repair kitchen sink' card in my Personal deck board."*

Files tools
~~~~~~~~~~~

Expand Down
Loading