Skip to content

Commit f7fe2b0

Browse files
yeesiancopybara-github
authored andcommitted
fix: Update the docstring for LangchainAgent
PiperOrigin-RevId: 681158401
1 parent ea6792b commit f7fe2b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vertexai/preview/reasoning_engines/templates/langchain.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,8 @@ def _override_active_span_processor(
269269
class LangchainAgent:
270270
"""A Langchain Agent.
271271
272-
Reference:
273-
* Agent: https://python.langchain.com/docs/modules/agents/concepts
274-
* Memory: https://python.langchain.com/docs/expression_language/how_to/message_history
272+
See https://cloud.google.com/vertex-ai/generative-ai/docs/reasoning-engine/develop
273+
for details.
275274
"""
276275

277276
def __init__(

0 commit comments

Comments
 (0)