Skip to content

Commit

Permalink
fix: Update the docstring for LangchainAgent
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681158401
  • Loading branch information
yeesian authored and copybara-github committed Oct 1, 2024
1 parent ea6792b commit f7fe2b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vertexai/preview/reasoning_engines/templates/langchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,8 @@ def _override_active_span_processor(
class LangchainAgent:
"""A Langchain Agent.
Reference:
* Agent: https://python.langchain.com/docs/modules/agents/concepts
* Memory: https://python.langchain.com/docs/expression_language/how_to/message_history
See https://cloud.google.com/vertex-ai/generative-ai/docs/reasoning-engine/develop
for details.
"""

def __init__(
Expand Down

0 comments on commit f7fe2b0

Please sign in to comment.