Skip to content

Commit f0ca0a4

Browse files
committed
Remove model-specific beta options info from documentation
1 parent ca3123c commit f0ca0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ start for vendor-specific models and their capabilities, see ``Symfony\AI\Platfo
6565
supports a specific feature, like ``Capability::INPUT_AUDIO`` or ``Capability::OUTPUT_IMAGE``.
6666

6767
**Options** are additional parameters that can be passed to the model, like ``temperature`` or ``max_tokens``, and are
68-
usually defined by the specific models and their documentation. Flags for beta features are also passed in here, handled, and then removed before being sent to the provider (beta feature flags are currently only supported for the `Anthropic` platform). A more robust approach for handling provider feature flags may be implemented in the future.
68+
usually defined by the specific models and their documentation.
6969

7070
**Supported Models & Platforms**
7171

0 commit comments

Comments
 (0)