Skip to content
Wysp Docs

prompt

Prompt to be integrated into the context window

type: object

NameTypeRequiredDescription
keystringyesOpaque key used for prompt replacement
languagestringyesNatural language of the content
contentstringyesContent to be included in the user’s overall context window.
timestampstringyesISO 8601 UTC Date string
ttlnumbernoNumber of seconds the content remains valid for
{
"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
}
}