mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-14 13:47:41 +00:00
- retry_model_request hook lets a middleware decide to retry a failed model request, with full ability to modify as much or as little of the request before doing so - ModelFallbackMiddleware tries each fallback model in order, until one is successful, or fallback list is exhausted Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com>
16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(uv run:*)",
|
|
"Bash(make:*)",
|
|
"WebSearch",
|
|
"WebFetch(domain:ai.pydantic.dev)",
|
|
"WebFetch(domain:openai.github.io)",
|
|
"Bash(uv run:*)",
|
|
"Bash(python3:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|