update_toolcall_prompt
Browse files
README.md
CHANGED
@@ -145,7 +145,7 @@ get_stock = {
|
|
145 |
openai_format_tools = [get_weather_api, search_api, get_stock]
|
146 |
|
147 |
messages = [
|
148 |
-
{"role": "system", "content": "You are
|
149 |
{"role": "user", "content": "ขอราคาหุ้น Tasla (TLS) และ Amazon (AMZ) ?"},
|
150 |
]
|
151 |
|
|
|
145 |
openai_format_tools = [get_weather_api, search_api, get_stock]
|
146 |
|
147 |
messages = [
|
148 |
+
{"role": "system", "content": "You are an expert in composing functions."},
|
149 |
{"role": "user", "content": "ขอราคาหุ้น Tasla (TLS) และ Amazon (AMZ) ?"},
|
150 |
]
|
151 |
|