Skip to content

Commit

Permalink
Update README.md according to calendar example file
Browse files Browse the repository at this point in the history
just copied the new example
  • Loading branch information
jleinenbach authored May 21, 2024
1 parent 1b20b56 commit 8d811ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,14 @@ In order to pass result of calling service to OpenAI, set response variable to `
function:
type: script
sequence:
- service: calendar.list_events
- service: calendar.get_events
data:
start_date_time: "{{start_date_time}}"
end_date_time: "{{end_date_time}}"
target:
entity_id: calendar.test
entity_id:
- calendar.[YourCalendarHere]
- calendar.[MoreCalendarsArePossible]
response_variable: _function_result
```

Expand Down

0 comments on commit 8d811ab

Please sign in to comment.