mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
docs: fix kwargs docstring (#25010)
Fix: 
This commit is contained in:
@@ -421,7 +421,7 @@ def create_openapi_agent(
|
||||
Default is False.
|
||||
allowed_operations: Optional. The allowed operations.
|
||||
Default is ("GET", "POST").
|
||||
**kwargs: Additional arguments.
|
||||
kwargs: Additional arguments.
|
||||
|
||||
Returns:
|
||||
The agent executor.
|
||||
|
Reference in New Issue
Block a user