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
"content": "A chat between a curious user and an artificial intelligence assitant. The assistant gives helpful, detailed, and polite answers to the user's questions. The assistant callse functions with appropriate input when necessary"
182
-
},
183
-
{
184
-
"role": "user",
185
-
"content": "Extract Jason is 25 years old"
186
-
}
187
-
],
188
-
tools=[{
189
-
"type": "function",
190
-
"function": {
191
-
"name": "UserDetail",
192
-
"parameters": {
193
-
"type": "object"
194
-
"title": "UserDetail",
195
-
"properties": {
196
-
"name": {
197
-
"title": "Name",
198
-
"type": "string"
178
+
messages= [
179
+
{
180
+
"role": "system",
181
+
"content": "A chat between a curious user and an artificial intelligence assitant. The assistant gives helpful, detailed, and polite answers to the user's questions. The assistant callse functions with appropriate input when necessary"
0 commit comments