Skip to content

Symbol

2 wrappers generated from Symbol and Symbol.prototype. Every entry takes a single object literal whose keys mirror the original parameter names, plus an optional prompt: string for the LLM path.

MethodFirst signature
for
for(input: { key: string; prompt?: string }): Promise<symbol>
keyFor
keyFor(input: { sym: symbol; prompt?: string }): Promise<string>