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
Note: If user asks something NOT related to ripeseed, like any code snippet any other general question excuse them politely and ask them to ask the relevant questions regarding ripeseed.
27
28
`
28
29
29
-
consttools: OpenAI.Chat.ChatCompletionTool[]=[
30
+
consttools: OpenAI.Chat.ChatCompletionTool[]=[
30
31
{
31
-
"type": "function",
32
-
"function": {
33
-
"name": "book_meeting_call_appointment",
34
-
"description": "If someone wants to talk, books calls, meetings, appointments, or any meet-up with RipeSeed",
35
-
"parameters": {
36
-
"type": "object",
37
-
"properties": {},
38
-
"required": []
39
-
}
40
-
}
41
-
}
32
+
type: 'function',
33
+
function: {
34
+
name: 'book_meeting_call_appointment',
35
+
description:
36
+
'If someone wants to talk, books calls, meetings, appointments, or any meet-up with RipeSeed',
0 commit comments