Skip to content

Commit

Permalink
langchain: docstrings in agents root (#23561)
Browse files Browse the repository at this point in the history
Added missed docstrings. Formatted docstrings to the consistent form.
  • Loading branch information
leo-gan committed Jun 27, 2024
1 parent b64c4b4 commit c0fdbaa
Show file tree
Hide file tree
Showing 8 changed files with 324 additions and 54 deletions.
9 changes: 5 additions & 4 deletions libs/langchain/langchain/agents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 15,20 @@
OpenAIFunctionsAgent
XMLAgent
Agent --> <name>Agent # Examples: ZeroShotAgent, ChatAgent
BaseMultiActionAgent --> OpenAIMultiFunctionsAgent
**Main helpers:**
.. code-block::
AgentType, AgentExecutor, AgentOutputParser, AgentExecutorIterator,
AgentAction, AgentFinish
""" # noqa: E501

from pathlib import Path
from typing import TYPE_CHECKING, Any

Expand Down
Loading

0 comments on commit c0fdbaa

Please sign in to comment.