fix: metadata filtering condition variable unassigned; fix External K… (#19208)
This commit is contained in:
parent
d1c08a810b
commit
bfa652f2d0
10 changed files with 101 additions and 40 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue