Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
justjais committed Jan 7, 2025
1 parent c1627cf commit adab800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export const useChatbot = () => {
",\n",
typeof response === "object"
? response.referenced_documents
?.slice(0, 30)
?.slice(0, 5)
.map((doc) => doc.docs_url)
.join(",\n")
: response,
Expand Down

0 comments on commit adab800

Please sign in to comment.