Skip to content

Commit

Permalink
Make seeded personas default
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Nov 22, 2024
1 parent 67bfcab commit 757a576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/ee/danswer/server/seeding.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def _seed_personas(db_session: Session, personas: list[CreatePersonaRequest]) ->
db_session=db_session,
tool_ids=persona.tool_ids,
display_priority=persona.display_priority,
is_default_persona=True,
)


Expand Down

0 comments on commit 757a576

Please sign in to comment.