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