Skip to content

Commit

Permalink
Add agent_class to encoded feed
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed May 2, 2022
1 parent df96c96 commit ecd10bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocs/ocs_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ def encoded(self):
"feed_name": self.feed_name,
"address": self.address,
"record": self.record,
"session_id": self.agent.agent_session_id
"session_id": self.agent.agent_session_id,
"agent_class": self.agent.class_name
}

def flush_buffer(self):
Expand Down

0 comments on commit ecd10bf

Please sign in to comment.