Skip to content
Snippets Groups Projects
Unverified Commit eeda97cf authored by Jerry Liu's avatar Jerry Liu Committed by GitHub
Browse files

nit: custom agent pass kwargs (#12739)

parent c561488a
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ class CustomSimpleAgentWorker(BaseModel, BaseAgentWorker):
llm=llm,
callback_manager=callback_manager,
verbose=verbose,
**kwargs,
)
@abstractmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment