Skip to content

Commit

Permalink
Add prompt category to prompt_agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Sep 30, 2023
1 parent 28af9fb commit dd4328c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agixt/Interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ async def run(
"user_input": user_input,
"context_results": context_results,
"conversation_name": conversation_name,
"prompt_category": prompt_category,
**kwargs,
},
)
Expand Down Expand Up @@ -509,6 +510,7 @@ async def run(
"context_results": context_results,
"conversation_name": conversation_name,
"disable_memory": disable_memory,
"prompt_category": prompt_category,
**kwargs,
},
)
Expand Down

0 comments on commit dd4328c

Please sign in to comment.