Skip to content

Commit

Permalink
Updated open ai prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-Shah1 committed Oct 11, 2023
1 parent fd579bd commit 1504725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String payloadForCrmActionsSuggestions(String text) {
+ " \"description\": \"Description for the event to add.\"\n" + " },\n"
+ " \"start_datetime\": {\n" + " \"type\": \"string\",\n"
+ " \"description\": \"Start Datetime for the event in yyyy-MM-dd'T'HH:mm:ss.SSS+0000 format.\"\n"
+ " },\n" + " \"start_datetime\": {\n"
+ " },\n" + " \"end_datetime\": {\n"
+ " \"type\": \"string\",\n"
+ " \"description\": \"End Datetime for the event in yyyy-MM-dd'T'HH:mm:ss.SSS+0000 format.\"\n"
+ " }\n" + " }\n" + " }\n" + " }\n" + " }\n"
Expand Down

0 comments on commit 1504725

Please sign in to comment.