update_toolcall_prompt
Browse files
README.md
CHANGED
|
@@ -152,7 +152,7 @@ get_stock = {
|
|
| 152 |
openai_format_tools = [get_weather_api, search_api, get_stock]
|
| 153 |
|
| 154 |
messages = [
|
| 155 |
-
{"role": "system", "content": "You are
|
| 156 |
{"role": "user", "content": "ขอราคาหุ้น Tasla (TLS) และ Amazon (AMZ) ?"},
|
| 157 |
]
|
| 158 |
|
|
|
|
| 152 |
openai_format_tools = [get_weather_api, search_api, get_stock]
|
| 153 |
|
| 154 |
messages = [
|
| 155 |
+
{"role": "system", "content": "You are an expert in composing functions."},
|
| 156 |
{"role": "user", "content": "ขอราคาหุ้น Tasla (TLS) และ Amazon (AMZ) ?"},
|
| 157 |
]
|
| 158 |
|