fix: metadata filtering condition variable unassigned; fix External K… (#19208)

This commit is contained in:
Will 2025-05-07 14:52:09 +08:00 committed by GitHub
commit bfa652f2d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 101 additions and 40 deletions

View file

@ -91,6 +91,8 @@ class BaseAgentRunner(AppRunner):
return_resource=app_config.additional_features.show_retrieve_source,
invoke_from=application_generate_entity.invoke_from,
hit_callback=hit_callback,
user_id=user_id,
inputs=cast(dict, application_generate_entity.inputs),
)
# get how many agent thoughts have been created
self.agent_thought_count = (