Skip to content

Commit 0d95b82

Browse files
committed
feat: update prompt
1 parent 8847cab commit 0d95b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/ch/xxx/aidoclibchat/usecase/service/FunctionService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public record JsonResult(String author, List<JsonBook> books) {
4444
private final String promptStr = """
4545
Make sure to have a parameter when calling a function.
4646
If no parameter is provided ask the user for the parameter.
47-
Create a summary for each book based on the function response subject.
47+
Create a summary of two full sentences based on the subject property for each book and put it in the function response subject.
4848
4949
User Query:
5050
%s

0 commit comments

Comments
 (0)