prompt
prompt
Section titled “prompt”Prompt to be integrated into the context window
Data Schema
Section titled “Data Schema”type: object
Properties
Section titled “Properties”| Name | Type | Required | Description |
|---|---|---|---|
key | string | yes | Opaque key used for prompt replacement |
language | string | yes | Natural language of the content |
content | string | yes | Content to be included in the user’s overall context window. |
timestamp | string | yes | ISO 8601 UTC Date string |
ttl | number | no | Number of seconds the content remains valid for |
Example
Section titled “Example”{ "kind": "prompt", "data": { "key": "3b8cb7c20", "language": "en-US", "content": "The user is near the end of Pilestredet and should turn left at the lights. Just before the turn there is a prominent green building on the right. The left turn is subtly uphill.", "timestamp": "2026-01-28T09:00:00.000Z", "ttl": 20 }}