update_toolcall_prompt
Browse files
README.md
CHANGED
|
@@ -164,7 +164,7 @@ get_stock = {
|
|
| 164 |
openai_format_tools = [get_weather_api, search_api, get_stock]
|
| 165 |
|
| 166 |
messages = [
|
| 167 |
-
{"role": "system", "content": "You are
|
| 168 |
{"role": "user", "content": "ขอราคาหุ้น Tasla (TLS) และ Amazon (AMZ) ?"},
|
| 169 |
]
|
| 170 |
|
|
|
|
| 164 |
openai_format_tools = [get_weather_api, search_api, get_stock]
|
| 165 |
|
| 166 |
messages = [
|
| 167 |
+
{"role": "system", "content": "You are an expert in composing functions."},
|
| 168 |
{"role": "user", "content": "ขอราคาหุ้น Tasla (TLS) และ Amazon (AMZ) ?"},
|
| 169 |
]
|
| 170 |
|