You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/robocorp/langchain_robocorp
Tommi Holmgren ee35b9ba56
langchain-robocorp: remove toolkit return content max length (#21436)
Robocorp (action server) toolkit had a limitation that the content
length returned by the tool was always cut to max 5000 chars. This was
from the time when context windows were much more limited.

This PR removes the limitation. Whatever the underlying tool provides
gets sent back to the agent.

As the robocorp toolkit no longer restricts the content, the implication
is that either the Action (tool) developer or the agent developer needs
to be aware of potentially oversized tool responses. Our point of view
is this should be the agent developer's responsibility, them being in
control of the use case and aware of the context window the LLM has.
2 months ago
..
__init__.py robocorp[minor]: Add robocorp action server toolkit (#15766) 6 months ago
_common.py robocorp[patch]: Fix nested arguments descriptors and tool names (#19707) 3 months ago
_prompts.py robocorp[patch]: Fix nested arguments descriptors and tool names (#19707) 3 months ago
py.typed robocorp[minor]: Add robocorp action server toolkit (#15766) 6 months ago
toolkits.py langchain-robocorp: remove toolkit return content max length (#21436) 2 months ago