getNewRunnableConfig
getNewRunnableConfig(
recursionLimit?):RunnableConfig
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/llmUtils.ts:25
Creates new runnable config. configurable.thread_id is an important part of that because it helps to distinguish different chat sessions. We normally do not have multiple sessions in the terminal, but I had bad stuff happening in tests and in another prototype project where I was importing Gaunt Sloth.
Parameters
Section titled “Parameters”recursionLimit?
Section titled “recursionLimit?”number = 1000
Returns
Section titled “Returns”RunnableConfig