Optionaltemplate?: TemplatingChatMessageA chat message array to be formatted with values from placeholderValues.
Both role and content can use {{?variable}} placeholders.
For dynamic templating (changing per request), pass templated messages directly in .chatCompletion({ messages }).
tools and response_format are fixed at construction time; create a new OrchestrationClient
to use different tools or response format for a request.
tool_choice is not part of the Orchestration Service template schema.
You can pass it as a model-specific parameter not specified in LlmModelParams, but behavior depends on the underlying model provider.
Representation of the 'Template' schema. Includes
toolsandresponse_formatinherited from the base template type.