mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
chore: Correct formatting and indentation in agents documentation for clarity
This commit is contained in:
@@ -135,10 +135,9 @@ With the Actions capability, you can dynamically create tools from [OpenAPI spec
|
||||
- [More info](/docs/configuration/librechat_yaml/object_structure/agents#capabilities)
|
||||
- Individual domains can be whitelisted for agent actions:
|
||||
- [More info](/docs/configuration/librechat_yaml/object_structure/actions#alloweddomains)
|
||||
|
||||
Note that you can add add the 'x-strict': true flag at operation-level in the OpenAPI spec for actions.
|
||||
- Note that you can add add the 'x-strict': true flag at operation-level in the OpenAPI spec for actions.
|
||||
If using an OpenAI model supporting it, this will automatically generate function calls with 'strict' mode enabled.
|
||||
Strict mode supports only a partial subset of json. Read https://platform.openai.com/docs/guides/structured-outputs/some-type-specific-keywords-are-not-yet-supported for details.
|
||||
- Strict mode supports only a partial subset of json. Read https://platform.openai.com/docs/guides/structured-outputs/some-type-specific-keywords-are-not-yet-supported for details.
|
||||
|
||||
### Agent Chain
|
||||
|
||||
|
||||
Reference in New Issue
Block a user