From 8a6b8a24948ed19176daf27890fb2d4896a27dbc Mon Sep 17 00:00:00 2001 From: jekalmin Date: Sun, 5 Nov 2023 18:48:21 +0900 Subject: [PATCH] add examples --- README.md | 2 ++ examples/function/notify/README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index c63dc0e..703401f 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,8 @@ In order to accomplish "send it to Line" like [example3](https://github.com/jeka message: "{{ message }}" ``` + + #### 2-3. Get events from calendar In order to pass result of calling service to OpenAI, set response variable to `_function_result`. diff --git a/examples/function/notify/README.md b/examples/function/notify/README.md index 25942a0..ac2cd1c 100644 --- a/examples/function/notify/README.md +++ b/examples/function/notify/README.md @@ -1,3 +1,6 @@ +## Objective + + ## Function ### send_message_to_messenger