6 lines
272 B
JSON
6 lines
272 B
JSON
{"text": "Hello world", "styled_text": "Greetings, world."}
|
|
{"styled_text": "This is a formal greeting."}
|
|
{"text": "How are you?", "styled_text": "How are you doing?"}
|
|
{"text": null, "styled_text": "Empty input example."}
|
|
{"styled_text": "Another example with no input."}
|