chore: Correct formatting and indentation in agents documentation for clarity

This commit is contained in:
Danny Avila
2025-03-25 23:13:37 -04:00
parent 6363c4dd97
commit 785a88aa78

View File

@@ -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