Chat completion request configuration.
Optional
New chat messages, including template messages.
messages: [ { role: 'system', content: 'You are a helpful assistant answering questions about {{product}}.' }, { role: 'user', content: 'Can you give me an overview of its key benefits?' }] Copy
messages: [ { role: 'system', content: 'You are a helpful assistant answering questions about {{product}}.' }, { role: 'user', content: 'Can you give me an overview of its key benefits?' }]
Chat History.
Template parameters.
placeholderValues: { product: 'SAP Cloud SDK'} Copy
placeholderValues: { product: 'SAP Cloud SDK'}
Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.
Chat completion request configuration.