Skip to content

Commit 8e2f65a

Browse files
committed
sample chat data text is added to readme
1 parent a1456e3 commit 8e2f65a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Only natively suported by OpenAI models. For others, we submit a YAML-formatted
104104
- **provider** (ProviderPreferencesData|null): An instance of the `ProviderPreferencesData` DTO object for configuring provider preferences.
105105

106106
### Creating a ChatData Instance
107+
This is a sample chat data instance:
107108
```php
108109
$chatData = new ChatData([
109110
'messages' => [

0 commit comments

Comments
 (0)