Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
*
* <p>{@code model} (inherited from {@link BaseChatModelSetup}) is the Azure deployment name, not
* the underlying OpenAI model name. The underlying model name can be supplied via {@code
* model_of_azure_deployment} and is used solely for token-metrics tracking.
* model_of_azure_deployment}. It labels token-usage metrics, and it is also the name that decides
* whether a request can carry a native structured-output schema, since the deployment name carries
* no model information. Leaving it unset keeps requests on the prompt-engineering fallback.
*
* <p>Example usage:
*
Expand Down
Loading
Loading