Fixed README
Browse files
README.md
CHANGED
|
@@ -105,7 +105,7 @@ We recommend using the following system prompts for your situation:
|
|
| 105 |
|
| 106 |
# Tools
|
| 107 |
You have access to the following tools:
|
| 108 |
-
[{'type': 'function', 'function': {'name': 'convert_currency', 'description': 'Convert currency from one type to another', 'parameters': {'type': 'object', 'properties': {'amount': {'type': 'number', 'description': 'The amount to be converted'}, 'from_currency': {'type': 'string', 'description': 'The currency to convert from'}, 'to_currency': {'type': 'string', 'description': 'The currency to convert to'}}, 'required': ['amount', 'from_currency', 'to_currency']}}}, {'type': 'function', 'function': {'name': 'get_random_joke', 'description': 'Get a random joke', 'parameters': {'type': 'object', 'properties': {}, 'required': []}}}]
|
| 109 |
|
| 110 |
To call a tool, write a JSON object with the name and arguments inside <|tool_start|>...<|tool_end|>.
|
| 111 |
```
|
|
|
|
| 105 |
|
| 106 |
# Tools
|
| 107 |
You have access to the following tools:
|
| 108 |
+
[{'type': 'function', 'function': {'name': 'convert_currency', 'description': 'Convert currency from one type to another', 'parameters': {'type': 'object', 'properties': {'amount': {'type': 'number', 'description': 'The amount to be converted'}, 'from_currency': {'type': 'string', 'description': 'The currency to convert from'}, 'to_currency': {'type': 'string', 'description': 'The currency to convert to'}}, 'required': ['amount', 'from_currency', 'to_currency']}}}, {'type': 'function', 'function': {'name': 'get_random_joke', 'description': 'Get a random joke', 'parameters': {'type': 'object', 'properties': {}, 'required': []}}}]
|
| 109 |
|
| 110 |
To call a tool, write a JSON object with the name and arguments inside <|tool_start|>...<|tool_end|>.
|
| 111 |
```
|