You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: engine/utils/function_calling/llama3.1.h
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,15 @@ Here is an example,
30
30
Reminder:
31
31
- Function calls MUST follow the specified format
32
32
- Required parameters MUST be specified
33
-
- Only call one function at a time
33
+
- You can call one or more functions at a time
34
34
- Put the entire function call reply on one line
35
35
- Always add your sources when using search results to answer the user query
36
-
- If can not find correct parameters corresponding to function, ask user again to provide.
36
+
- If you can not find correct parameters or arguments corresponding to function in the user's message, ask user again to provide, do not make assumptions.
37
37
- No explanation are needed when calling a function.
0 commit comments