Skip to content

Commit 3ecf3e1

Browse files
committed
Update docs with info about beta feature flags
1 parent e534ebe commit 3ecf3e1

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.
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.
6969

7070
**Supported Models & Platforms**
7171

0 commit comments

Comments
 (0)