Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaXun authored Dec 23, 2024
1 parent ad64b5a commit 6206c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The data consists of the following
This example code shows how to use the service action in a script in home assistant
```yaml
alias: Your script name goes here
alias: "[Mistral AI] Retrieve last communication"
sequence:
- action: mistral_ai_api.retrieve_last
metadata: {}
Expand All @@ -187,7 +187,7 @@ This example code shows how to use the service action in a script in home assist
last_prompt: "{{result.last_prompt}}"
last_response: "{{result.last_response}}"
timestamp: "{{result.timestamp}}"
description: ""
description: "Retrieves the last communication with mistral"
```
### Event
Expand Down

0 comments on commit 6206c1f

Please sign in to comment.