From 61de3b4ce94153db9de2137df0a4e29ea805c2fe Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 25 Mar 2026 14:32:55 +0100 Subject: [PATCH] fix: Address review comment Signed-off-by: Marcel Klehr --- admin_manual/ai/app_context_agent.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/ai/app_context_agent.rst b/admin_manual/ai/app_context_agent.rst index f5b8df828..72347cd0f 100644 --- a/admin_manual/ai/app_context_agent.rst +++ b/admin_manual/ai/app_context_agent.rst @@ -363,6 +363,10 @@ These tools can also be combined by the agent to fulfil tasks like the following * Looks up Anna's userID and searches for files that belong to her +* *"Send the content of my draft.md file to Andrew in Talk"* + + * Gets the content of the file and sends it in a 1-1 Talk conversation with Andrew + Custom Tools using MCP -----------------------