Skip to content

Commit

Permalink
Merge pull request #178 from Silentharry94/feature/v0.2.2/aaas
Browse files Browse the repository at this point in the history
opt conversation_info
  • Loading branch information
zhang_lu authored Jan 14, 2025
2 parents 2a69ad5 + 256f39b commit 1b8f039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def __execute_task(self, task: Task) -> TaskResult:
try:
_input = workflow_client.get_workflow(task.workflow_instance_id).input
if 'conversationInfo' in _input:
task.conversation_info = _input
task.conversation_info = _input.get('conversationInfo', {})
logging.info(f'conversation_info: {task.conversation_info}')

conductor_log_handler = ConductorLogHandler(self.task_client)
Expand Down

0 comments on commit 1b8f039

Please sign in to comment.