From 9449765cf80261e6a1a656c22aa8a5b4cb563a44 Mon Sep 17 00:00:00 2001 From: Zacharias Date: Fri, 23 May 2025 18:31:10 +0200 Subject: [PATCH] Moved a refrance point to difrent wiki page --- API-Docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API-Docs.md b/API-Docs.md index 367d535..9bd0fbb 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -1,4 +1,4 @@ -# The API requires the system to be started as a [server](https://server.4zellen.se:3000) +# The API requires the system to be started as a [server](https://server.4zellen.se:3000/Chat_things/NeuroDock#how-to-run) This page provides API calls (without code examples) and describes how to handle requests and potential calls. @@ -36,7 +36,7 @@ Tool json "description": "A description for the tool that describes what it dose", // A simple description for the tool "arguments": [ { - "type": "string", // This is an enum value that can be `string`, ìnt`, `boolean`, `float`, `double`, `char`. reson for the float and the double is that the server is made with Java so it has two difrent presitions + "type": "string", // This is an enum value. Please refer to [Constants](https://server.4zellen.se:3000/Chat_things/NeuroDock/wiki/Constents#type-enums) wikipage "name": "a_name_for_the_argument" // This is the argument variable name, so this is what you whuld refer to in your code to read the value } ],