Skip to content

Commit 5a419b2

Browse files
author
Robert Winkler
committed
Modified a readme
1 parent dc22fca commit 5a419b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ An **event** is a notification triggered by a specific occurrence. For example:
4949

5050
This example illustrates how a Weather Agent can be modeled using a Thing Description, with HTTP as the primary communication protocol, although alternative protocols may also be utilized. The Agent metadata describes that the agent uses the gpt-4o model from Azure and integrates with OpenWeatherMap API to provide weather information. The agent supports both text and voice interactions in English and German, adheres to GDPR compliance, and uses data anonymization. It offers a single action, "getWeather," which takes a natural language question and interaction mode as input and returns weather information in natural language. The service is secured using basic authentication and is accessed via a POST request to a specified endpoint, but other security schemes, such as OAuth2 tokens, can also be used.
5151

52-
```json
52+
```javascript
5353
{
5454
"@context": [
5555
"https://www.w3.org/2022/wot/td/v1.1",

0 commit comments

Comments
 (0)