Skip to content

Commit

Permalink
Update app/user_prompt_support/user_prompt_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzagralopes authored Nov 17, 2023
1 parent 9a5023d commit ff8afdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/user_prompt_support/user_prompt_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def as_dictionary(self) -> Dict[MessageKeysEnum, Any]:
message_type = MessageTypeEnum.OPTIONS_REQUEST
else:
message_type = MessageTypeEnum.MESSAGE_REQUEST

message_dict = {
MessageKeysEnum.TYPE: message_type,
MessageKeysEnum.PAYLOAD: prompt_dict,
Expand Down

0 comments on commit ff8afdb

Please sign in to comment.