-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📘 docs: update Code Interpreter API limitations and add Rscript suppo…
…rt (#191) * 📘 docs: update Code Interpreter API limitations and add Rscript support * 🚀 feat: Add recursionLimit to Agents Config for controlling maximum recursion depth
- Loading branch information
1 parent
d78d863
commit a72635c
Showing
4 changed files
with
46 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Added `recursionLimit` to [Agents Config](/docs/configuration/librechat_yaml/object_structure/agents#recursionlimit) to control maximum agent recursion depth | ||
- Default limit: 25 steps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
date: 2025/1/3 | ||
title: ⚙️ Config v1.2.1 | ||
--- | ||
|
||
import { ChangelogHeader } from '@/components/changelog/ChangelogHeader' | ||
import Content from '@/components/changelog/content/config_v1.2.1.mdx' | ||
|
||
<ChangelogHeader /> | ||
|
||
--- | ||
|
||
<Content /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters