Moved a refrance point to difrent wiki page
@@ -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.
|
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
|
"description": "A description for the tool that describes what it dose", // A simple description for the tool
|
||||||
"arguments": [
|
"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
|
"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
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user