Open a LLM trace in the Playground.
Open in playground
button.
{"question": "What is the capital of France?"}
and message [{"role": "user", "content": "What is the capital of France?"}]
.
This will be converted to a prompt template with the following message: [{"role": "user", "content": "{{question}}"}]
,
and an example row will be created with key question
and value What is the capital of France?
.