mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
add conversation id, app id and message id into plugin session
This commit is contained in:
@ -236,6 +236,9 @@ class FunctionCallAgentRunner(BaseAgentRunner):
|
||||
invoke_from=self.application_generate_entity.invoke_from,
|
||||
agent_tool_callback=self.agent_callback,
|
||||
trace_manager=trace_manager,
|
||||
app_id=self.application_generate_entity.app_config.app_id,
|
||||
message_id=self.message.id,
|
||||
conversation_id=self.conversation.id,
|
||||
)
|
||||
# publish files
|
||||
for message_file_id, save_as in message_files:
|
||||
|
||||
Reference in New Issue
Block a user