From aec1060f4182edd451850cbb62da3836591bf015 Mon Sep 17 00:00:00 2001 From: zmezei Date: Tue, 11 Jun 2024 15:57:12 +0100 Subject: [PATCH] fix API key docs url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e363c56..e9a3eca 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Before you start to integrate the AI Engine into your app, you might want to get #### Creating the AIEngine client object -To find out how to generate an apiKey check out the documentation regarding [Agentverse API keys](https://fetch.ai/docs/guides/apis/agent-service-creation-apis). +To find out how to generate an apiKey check out the documentation regarding [Agentverse API keys](https://fetch.ai/docs/guides/apis/agent-function-creation-apis). ```javascript import { AiEngine } from "@fetchai/ai-engine-sdk"; @@ -89,7 +89,7 @@ There are 5 different types of messages which are generated by the AI Engine and #### Replying to the different type of messages -All message types (expect for the AI engine message and stop message) expects a response from the user and the SDK implements methods for sending reply in response to those different type of messages respectively. +All message types (expect for the AI engine message and stop message) expect a response from the user and the SDK implements methods for sending reply in response to those different type of messages respectively. The first argument of all these reply methods is the Message object to which we want to send back the response. The SDK methods you can use to reply to: