Skip to content

Commit

Permalink
chore: add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzuodong committed Aug 27, 2024
1 parent b03403c commit 80fd810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/core/app/apps/agent_chat/app_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def generate(self, app_model: App,
# get tracing instance
user_id = user.id if isinstance(user, Account) else user.session_id
trace_manager = TraceQueueManager(app_model.id, user_id)

# init application generate entity
application_generate_entity = AgentChatAppGenerateEntity(
task_id=str(uuid.uuid4()),
Expand Down

0 comments on commit 80fd810

Please sign in to comment.