Replies: 1 comment
-
|
use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to understand the rationale behind the
bypass_state_injectionflag in the_process_agent_instruction function:Currently, it seems that the necessity of bypassing state injection is determined by whether the “instruction” is a string or a callable. In my use case, I am using a third-party tool to manage instructions dynamically, which means the instruction cannot be represented as a simple string—but that doesn’t necessarily mean it shouldn’t have state injected.
Could you clarify the intended use of
bypass_state_injectionand whether there’s a recommended approach for handling instructions that are not strings but still require session state injection?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions